This commit is contained in:
Thomas Rudin 2019-01-24 19:37:40 +01:00
parent 337de6fb67
commit c7cbb3b206

View File

@ -17,7 +17,7 @@ clean:
$(STATIC_VFS):
test -f esc || $(ENV) go get github.com/mjibson/esc
esc -o $@ -prefix="static/" -pkg vfs static
${HOME}/go/bin/esc -o $@ -prefix="static/" -pkg vfs static
build: $(STATIC_VFS) $(OUT_DIR)
$(ENV) GOOS=linux GOARCH=386 go build -o $(OUT_DIR)/mapserver-linux-x86