From a6481b1e94d23875f4b9477de2b3a7c0cf41b5e8 Mon Sep 17 00:00:00 2001 From: Antoine Date: Sun, 19 Jul 2020 23:35:55 +0200 Subject: [PATCH] Add makefile target to untar rootfs Closes #1 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a269ab9..0ad1909 100644 --- a/Makefile +++ b/Makefile @@ -60,3 +60,6 @@ doxygenconf: doc: doxygen.conf @doxygen doxygen.conf + +busybox_setup: + @tar xvf alpine-minirootfs-3.12.0-x86.tar.gz --directory=./busybox