7 lines
66 B
Makefile
7 lines
66 B
Makefile
build: clean
|
|
misc/script/build
|
|
|
|
clean:
|
|
rm -rf bin
|
|
|
|
.PHONY: build |