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