diff --git a/busybox/Makefile b/busybox/Makefile new file mode 100644 index 0000000..0d865d8 --- /dev/null +++ b/busybox/Makefile @@ -0,0 +1,6 @@ +prepare: + git clone git://busybox.net/busybox.git +busybox: + make +install: + make install diff --git a/gcc/Makefile b/gcc/Makefile index 4944ad4..502cb18 100644 --- a/gcc/Makefile +++ b/gcc/Makefile @@ -1,7 +1,7 @@ prepare: git clone git://gcc.gnu.org/git/gcc.git && cd gcc gcc: - make + make install: make install uninstall: