summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4450d4485ed7ff193dc303833c88d33f75b80b84 (plain)
1
2
3
4
5
6
7
8
build: ripser-representatives


ripser-representatives: ripser.cpp
	c++ -std=c++11 ripser.cpp -o ripser-representatives -Ofast -D NDEBUG -D USE_COEFFICIENTS -D ASSEMBLE_REDUCTION_MATRIX

clean:
	rm -f ripser-representatives