diff -r 000000000000 -r 986b5d239ee5 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Wed Jan 12 21:54:36 2011 +0100 @@ -0,0 +1,6 @@ +CFLAGS=-Wall + +.PHONY: all clean + +all: bounds +clean: ; -rm -f bounds