yatwiki/Makefile

11 lines
184 B
Makefile

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