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