5 lines
44 B
Makefile
5 lines
44 B
Makefile
|
ALL: build
|
||
|
|
||
|
.PHONY: build
|
||
|
build:
|
||
|
./build.sh
|