Makefile
changeset 4 4dcc249cbe07
parent 0 986b5d239ee5
--- 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 $@