1
0
forked from iarv/nntpchan

Update Makefile

This commit is contained in:
konamicode
2025-03-06 21:01:53 -05:00
committed by GitHub
parent 387e57f54e
commit 52d74995f5

View File

@@ -36,7 +36,7 @@ js: $(JS)
srnd: $(SRND)
$(MINIFY):
GO111MODULE=on GOPATH=$(REPO_GOPATH) go install github.com/tdewolff/minify@latest
GO111MODULE=on GOPATH=$(REPO_GOPATH) go get -u github.com/tdewolff/minify
$(GOPHERJS):