From a8cd2a2c47614aaf050ef8cb0f29e2441820f9a5 Mon Sep 17 00:00:00 2001 From: nesshy Date: Tue, 21 Jan 2025 12:24:57 -0500 Subject: [PATCH] Update Makefile updated makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0418bef..49a4b61 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ js: $(JS) srnd: $(SRND) $(MINIFY): - GOPATH=$(REPO_GOPATH) $(GO) get -v github.com/tdewolff/minify/cmd/minify + GOPATH=$(REPO_GOPATH) $(GO) get -v github.com/tdewolff/minify $(GOPHERJS): GOROOT=$(GOPHERJS_GOROOT) GOPATH=$(GOPHERJS_GOPATH) $(GOPHERJS_GO) get -v github.com/gopherjs/gopherjs