5 lines
40 B
Makefile
5 lines
40 B
Makefile
|
.PHONY: build
|
||
|
|
||
|
build:
|
||
|
python3 build.py
|