Mercurial > hg > toybox
view Makefile @ 7:fc9c0503d5e2
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.
author | landley@driftwood |
---|---|
date | Mon, 30 Oct 2006 01:38:00 -0500 |
parents | 266a462ed18c |
children | f8e628f61f16 |
line wrap: on
line source
all: $(CC) -Wall -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox clean: rm toybox