This commit is contained in:
Ohio2 2021-06-28 17:11:43 +02:00
parent f105b7674f
commit 788baaec20
2 changed files with 7 additions and 1 deletions

6
busybox/Makefile Normal file
View file

@ -0,0 +1,6 @@
prepare:
git clone git://busybox.net/busybox.git
busybox:
make
install:
make install

View file

@ -1,7 +1,7 @@
prepare:
git clone git://gcc.gnu.org/git/gcc.git && cd gcc
gcc:
make
make
install:
make install
uninstall: