diff Makefile @ 3:266a462ed18c

Next drop of toysh, plus more infratructure.
author landley@driftwood
date Wed, 18 Oct 2006 18:38:16 -0400
parents 59d58fab67c6
children fc9c0503d5e2
line wrap: on
line diff
--- a/Makefile	Thu Oct 05 16:18:03 2006 -0400
+++ b/Makefile	Wed Oct 18 18:38:16 2006 -0400
@@ -1,5 +1,5 @@
 all:
-	gcc -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox
+	$(CC) -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox
 
 clean:
 	rm toybox