standard 'make install' behavior
This commit is contained in:
parent
b6373df539
commit
ec94ed599a
3
Makefile
3
Makefile
|
@ -45,7 +45,6 @@ install:
|
||||||
GO111MODULE=off go install -v -x \
|
GO111MODULE=off go install -v -x \
|
||||||
-ldflags " \
|
-ldflags " \
|
||||||
-X main.VERSION=${VERSION}"
|
-X main.VERSION=${VERSION}"
|
||||||
autotypist
|
|
||||||
|
|
||||||
check-git-clean:
|
check-git-clean:
|
||||||
@git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1)
|
@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-release-gowit:
|
||||||
curl --silent http://localhost:9419/release?repo=go.wit.com/lib/gui/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
|
||||||
curl --silent http://localhost:9419/goweblist?readonly=true |sort > ~/go.wit.com.versions
|
curl --silent http://localhost:9419/goweblist?readonly=true |sort > ~/go.wit.com.versions
|
||||||
|
|
Loading…
Reference in New Issue