.PHONY: all clean all: staticResources.go clean: rm staticResources.go staticResources.go: static/ static/* go-bindata -o staticResources.go -prefix static -pkg yatwiki3 static