Add makefile target to untar rootfs

Fixes #1
Este commit está contenido en:
Antoine 2020-07-19 23:35:55 +02:00
padre 24b6f1ed11
commit 4dd88dbd37
Se han modificado 1 ficheros con 3 adiciones y 0 borrados

Ver fichero

@ -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