7 lines
89 B
Makefile
7 lines
89 B
Makefile
|
prepare:
|
||
|
git clone git://busybox.net/busybox.git
|
||
|
busybox:
|
||
|
make
|
||
|
install:
|
||
|
make install
|