bbox
This commit is contained in:
parent
f105b7674f
commit
788baaec20
2 changed files with 7 additions and 1 deletions
6
busybox/Makefile
Normal file
6
busybox/Makefile
Normal file
|
@ -0,0 +1,6 @@
|
|||
prepare:
|
||||
git clone git://busybox.net/busybox.git
|
||||
busybox:
|
||||
make
|
||||
install:
|
||||
make install
|
|
@ -1,7 +1,7 @@
|
|||
prepare:
|
||||
git clone git://gcc.gnu.org/git/gcc.git && cd gcc
|
||||
gcc:
|
||||
make
|
||||
make
|
||||
install:
|
||||
make install
|
||||
uninstall:
|
||||
|
|
Loading…
Reference in a new issue