view Makefile @ 9:8f8a8ac59c14 0.0.1

Closer support for "pedantic" option for SUSv3. (Ok, it's %ld instead of the %d the spec says, but same output. And you can't actually select it until I get menuconfig in. But hey...)
author landley@driftwood
date Mon, 30 Oct 2006 11:18:30 -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