blob: 984cdeb0779ad66c8701338161507e66d2bf26b8 [file] [log] [blame]
all:
gcc -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox
clean:
rm toybox