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