diff --git a/Makefile b/Makefile index 34e8790..2d41759 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ BINARIES += $(OUT_DIR)/mapserver-linux-arm JS_BUNDLE = static/js/bundle.js all: $(STATIC_VFS) - go build + $(GO_BUILD) $(OUT_DIR): mkdir $@