Add makefile target to untar rootfs

Fixes #1
This commit is contained in:
Antoine 2020-07-19 23:35:55 +02:00
父節點 24b6f1ed11
當前提交 4dd88dbd37
共有 1 個文件被更改,包括 3 次插入0 次删除

查看文件

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