From cd9dfc3b7b73715840b63180e2e4bfdb6e7ca9a4 Mon Sep 17 00:00:00 2001 From: landley Date: Wed, 18 Oct 2006 18:38:16 -0400 Subject: Next drop of toysh, plus more infratructure. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 984cdeb0..1bb256b3 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3