6 lines
37 B
Makefile
6 lines
37 B
Makefile
|
all:
|
||
|
./build.sh
|
||
|
|
||
|
clean:
|
||
|
rm -rf out
|