summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3704813e4b2211098256386d14c9ce4cf9401374 (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 -D USE_GOOGLE_HASHMAP

clean:
	rm -f ripser-representatives