From ec94ed599a1ff4af1bc571be864804990f4e2ea0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 13 Nov 2024 12:29:25 -0600 Subject: [PATCH] standard 'make install' behavior --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fafedb5..d96c970 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,6 @@ install: GO111MODULE=off go install -v -x \ -ldflags " \ -X main.VERSION=${VERSION}" - autotypist check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) @@ -86,6 +85,6 @@ curl-release-helloworld: curl-release-gowit: curl --silent http://localhost:9419/release?repo=go.wit.com/lib/gui/gowit -curl-file-for-go.wit.com: +file-for-go.wit.com: curl --silent http://localhost:9419/goweblist?readonly=true curl --silent http://localhost:9419/goweblist?readonly=true |sort > ~/go.wit.com.versions