yatwiki/Makefile

11 lines
184 B
Makefile
Raw Normal View History

2017-07-09 00:12:47 +00:00
.PHONY: all clean
all: staticResources.go
clean:
rm staticResources.go
staticResources.go: static/ static/*
go-bindata -o staticResources.go -prefix static -pkg yatwiki3 static