diff options
| author | landley <landley@driftwood> | 2006-10-30 01:38:00 -0500 |
|---|---|---|
| committer | landley <landley@driftwood> | 2006-10-30 01:38:00 -0500 |
| commit | 09ea7ac1a269db3c9a3b76840b37a7cb1eccbc24 (patch) | |
| tree | 83d36320286fee20f7a7b4cc317f9cc3802926fe /Makefile | |
| parent | 2f588f7f47c43b5949e520b80cfd755a6b4ca4e6 (diff) | |
| download | toybox-09ea7ac1a269db3c9a3b76840b37a7cb1eccbc24.tar.gz | |
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.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
