aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 984cdeb0779ad66c8701338161507e66d2bf26b8 (plain)
1
2
3
4
5
all:
	gcc -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox

clean:
	rm toybox