Mercurial > hg > toybox
view Makefile @ 8:04f66da2bdbf
Add reread(), readall(), and xread() on the bus ride in to work...
author | landley@driftwood |
---|---|
date | Mon, 30 Oct 2006 10:01:19 -0500 |
parents | fc9c0503d5e2 |
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