1
0
Fork 0
www/Makefile

11 lines
159 B
Makefile
Raw Normal View History

2023-09-11 22:38:24 +00:00
.PHONY: *
build:
./build.py
watch:
while sleep 1 0; do find src/ build Makefile | entr -d make build; done
serve:
python -m http.server --directory out/