about summary refs log tree commit diff stats
path: root/cpp/enumerate/makefile
blob: 2c685cd4cb14adce640efb499fa24ff63d29c887 (plain) (blame)
1
2
3
4
5
tangle: makefile
	g++ -O3 -Wall -Wextra -fno-strict-aliasing enumerate.cc -o enumerate

clean:
	rm -rf enumerate