about summary refs log blame commit diff stats
path: root/enumerate/makefile
blob: e1a06f63adcb8f4631b7e46a627c093af44115c5 (plain) (tree)
1
2
3
4
5
                                
                                                                            

      
                     
enumerate: makefile enumerate.cc
	c++ -O3 -Wall -Wextra -fno-strict-aliasing enumerate.cc -o enumerate

clean:
	-rm enumerate