about summary refs log blame commit diff stats
path: root/cleave/makefile
blob: 33665b5c09f54d365d141bab4b2645f3032cfe80 (plain) (tree)
1
2
3
4
5
6
7






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

.PHONY: clean

clean:
	-rm cleave