summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-13 12:29:53 -0600
committerJeff Carr <[email protected]>2024-11-13 12:29:53 -0600
commit68c70ccef32b72f07d06bed4794ea0a5ad400083 (patch)
treea0d9d511fab04e742bcdfd9227aeeb2434feacab
parenta68b3400a5d63f587e11d6b2505bfdd48b461cd8 (diff)
standard 'make install' behavior
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ba8afbc..56479be 100644
--- a/Makefile
+++ b/Makefile
@@ -43,8 +43,6 @@ install:
cp -a ~/go/src/go.wit.com/toolkits/*.so resources/
GO111MODULE=off go install -v -x -ldflags " \
-X main.VERSION=${VERSION}"
- # go install -v -x
- guireleaser
check-git-clean:
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
@@ -94,7 +92,7 @@ curl-incrementAllTargetVersions:
curl --silent http://localhost:9419/setAllTargetVersions
# report on the release
-curl-list-release-notdone:
+list-release-notdone:
curl --silent http://localhost:9419/releaseList?readonly=true
# only show repos that need to be merged to the master branch