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

clean:
	-rm enumerate