all: build

@PHONY: build
build:
	./build.py

@PHONY: watch
watch:
	./watch.sh

@PHONY: clean
clean:
	rm -rf public