noah.is/Makefile
2018-07-03 19:41:33 -07:00

14 lines
116 B
Makefile

all: build
@PHONY: build
build:
./build.py
@PHONY: watch
watch:
./watch.sh
@PHONY: clean
clean:
rm -rf public