6 lines
47 B
Makefile
6 lines
47 B
Makefile
|
all:
|
||
|
./build.sh all
|
||
|
|
||
|
clean:
|
||
|
./build.sh clean
|