1
0
forked from MTSR/mapserver

clean task

This commit is contained in:
Thomas Rudin 2019-01-21 19:18:07 +01:00
parent a2d8d3ba67
commit 49df4712fd

View File

@ -4,6 +4,10 @@ STATIC_VFS=vfs/static.go
test: $(STATIC_VFS)
go test ./...
clean:
rm $(STATIC_VFS)
rm mapserver
$(STATIC_VFS):
go get github.com/mjibson/esc
${HOME}/go/bin/esc -o $@ -prefix="static/" -pkg vfs static