summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8569d34bd4899251f5e69878abb6b57c5e703f34 (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