view Makefile @ 1:59d58fab67c6

Next snapshot. Tries to grab something out of lib in order to build, I have an empty "blah.c" in there to make it happy but I'm not checking that in.
author landley@driftwood
date Thu, 28 Sep 2006 17:18:51 -0400
parents
children 266a462ed18c
line wrap: on
line source

all:
	gcc -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox

clean:
	rm toybox