diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,7 @@ VERSION = $(shell git describe --tags) DATE = $(shell date +%Y.%m.%d) run: build - ./go-deb --repo go.wit.com/apps/autotypist + ./go-deb --forge go.wit.com/apps/autotypist vet: @GO111MODULE=off go vet @@ -13,10 +13,9 @@ vet: auto-build: build ./go-deb --auto --repo go.wit.com/apps/autotypist -build: +build: goimports -rm resources/*.so touch resources/blank.so - -cp -a ~/go/src/go.wit.com/toolkits/*/*.so resources/ # embed the toolkit plugins GO111MODULE="off" go build -v \ -ldflags "-X main.VERSION=${VERSION} -X main.DATE=${DATE} -X gui.GUIVERSION=${VERSION}" |
