From d51f5b385ab89fd9b898d8feec470289b5db6802 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 18 Jan 2025 07:29:44 -0600 Subject: attempt to fix when not using forge --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 47893e9..cd409a1 100644 --- a/Makefile +++ b/Makefile @@ -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}" -- cgit v1.2.3