diff -r 2fdec3c1da6a -r 4dcc249cbe07 Makefile --- a/Makefile Wed Jan 12 23:09:48 2011 +0100 +++ b/Makefile Thu Jan 13 22:36:04 2011 +0100 @@ -1,6 +1,10 @@ -CFLAGS=-Wall +CFLAGS=-Wall .PHONY: all clean all: bounds clean: ; -rm -f bounds + +#bounds: bounds.o +# $(LINK.o) -o $@ $< +# strip --strip-all $@