OSDN Git Service

Next drop of toysh, plus more infratructure.
[android-x86/external-toybox.git] / Makefile
1 all:
2         $(CC) -Os -s $(CFLAGS) -I . main.c toys/*.c lib/*.c -o toybox
3
4 clean:
5         rm toybox