Update Makefile

updated makefile
This commit is contained in:
nesshy
2025-01-21 12:24:57 -05:00
committed by GitHub
parent 306bfbaf50
commit a8cd2a2c47
+1 -1
View File
@@ -36,7 +36,7 @@ js: $(JS)
srnd: $(SRND) srnd: $(SRND)
$(MINIFY): $(MINIFY):
GOPATH=$(REPO_GOPATH) $(GO) get -v github.com/tdewolff/minify/cmd/minify GOPATH=$(REPO_GOPATH) $(GO) get -v github.com/tdewolff/minify
$(GOPHERJS): $(GOPHERJS):
GOROOT=$(GOPHERJS_GOROOT) GOPATH=$(GOPHERJS_GOPATH) $(GOPHERJS_GO) get -v github.com/gopherjs/gopherjs GOROOT=$(GOPHERJS_GOROOT) GOPATH=$(GOPHERJS_GOPATH) $(GOPHERJS_GO) get -v github.com/gopherjs/gopherjs