
all: serve

serve:
	list .

watchify:
	watchify site.js -t babelify -p livereactload -o static/bundle.js
