index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: ad695e32480b105a11e7595d121f7b26bdddd7fd (
plain
)
1
2
3
4
5
all
:
$(
CC
)
-Wall
-Os
-s
$(
CFLAGS
)
-I
.
main.c
toys/*.c
lib/*.c
-o
toybox
clean
:
rm
toybox