From 09ea7ac1a269db3c9a3b76840b37a7cb1eccbc24 Mon Sep 17 00:00:00 2001 From: landley Date: Mon, 30 Oct 2006 01:38:00 -0500 Subject: Implement df. Add -Wall to build and fix up warnings. Add copyright notices. Add error_msg() and itoa() to library. Remove argc from globals (since argv is null terminated), add optflags to globals. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1bb256b3..ad695e32 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ all: - $(CC) -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox + $(CC) -Wall -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox clean: rm toybox -- cgit v1.2.3