1
0
Fork 0
www/Makefile

11 lines
160 B
Makefile
Raw Normal View History

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