.PHONY: demo clean

demo: clean
	sigal build

clean:
	rm -rf output
