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

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

clean:
	-rm enumerate