7 lines
69 B
Makefile
7 lines
69 B
Makefile
all:
|
|
chmod +x build.sh
|
|
./build.sh rootfs
|
|
|
|
clean:
|
|
./build.sh clean
|