forked from MTSR/mapserver
global path
This commit is contained in:
parent
18b33c7707
commit
337de6fb67
@ -16,8 +16,8 @@ clean:
|
|||||||
rm -rf $(OUT_DIR)
|
rm -rf $(OUT_DIR)
|
||||||
|
|
||||||
$(STATIC_VFS):
|
$(STATIC_VFS):
|
||||||
test -f ${HOME}/go/bin/esc || $(ENV) go get github.com/mjibson/esc
|
test -f esc || $(ENV) go get github.com/mjibson/esc
|
||||||
${HOME}/go/bin/esc -o $@ -prefix="static/" -pkg vfs static
|
esc -o $@ -prefix="static/" -pkg vfs static
|
||||||
|
|
||||||
build: $(STATIC_VFS) $(OUT_DIR)
|
build: $(STATIC_VFS) $(OUT_DIR)
|
||||||
$(ENV) GOOS=linux GOARCH=386 go build -o $(OUT_DIR)/mapserver-linux-x86
|
$(ENV) GOOS=linux GOARCH=386 go build -o $(OUT_DIR)/mapserver-linux-x86
|
||||||
|
Loading…
Reference in New Issue
Block a user