forked from MTSR/mapserver
no esc update
This commit is contained in:
parent
d02ef19d40
commit
43896a5ac1
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ test: $(STATIC_VFS)
|
|||||||
go test ./...
|
go test ./...
|
||||||
|
|
||||||
$(STATIC_VFS):
|
$(STATIC_VFS):
|
||||||
go get -u 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
|
||||||
|
|
||||||
build: $(STATIC_VFS)
|
build: $(STATIC_VFS)
|
||||||
|
Loading…
Reference in New Issue
Block a user