8 lines
62 B
Makefile
8 lines
62 B
Makefile
|
.POSIX:
|
||
|
|
||
|
build:
|
||
|
busybox sh ./build.sh
|
||
|
|
||
|
clean:
|
||
|
sh ./clean.sh
|