forked from MTSR/mapserver
clean task
This commit is contained in:
parent
a2d8d3ba67
commit
49df4712fd
4
Makefile
4
Makefile
@ -4,6 +4,10 @@ STATIC_VFS=vfs/static.go
|
|||||||
test: $(STATIC_VFS)
|
test: $(STATIC_VFS)
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm $(STATIC_VFS)
|
||||||
|
rm mapserver
|
||||||
|
|
||||||
$(STATIC_VFS):
|
$(STATIC_VFS):
|
||||||
go get github.com/mjibson/esc
|
go get github.com/mjibson/esc
|
||||||
${HOME}/go/bin/esc -o $@ -prefix="static/" -pkg vfs static
|
${HOME}/go/bin/esc -o $@ -prefix="static/" -pkg vfs static
|
||||||
|
Loading…
x
Reference in New Issue
Block a user