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: 984cdeb0779ad66c8701338161507e66d2bf26b8 (
plain
)
1
2
3
4
5
all
:
gcc
-Os
-s
$(
CFLAGS
)
-I
.
main.c
toys/*.c
lib/*.c
-o
toybox
clean
:
rm
toybox