From 788baaec209360ca406bf2a811edcff001e81103 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Mon, 28 Jun 2021 17:11:43 +0200 Subject: [PATCH] bbox --- busybox/Makefile | 6 ++++++ gcc/Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 busybox/Makefile 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: