standard 'make install' behavior
This commit is contained in:
parent
a68b3400a5
commit
68c70ccef3
4
Makefile
4
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
|
||||
|
|
Loading…
Reference in New Issue