summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 14:27:13 -0600
committerJeff Carr <[email protected]>2025-02-13 14:27:13 -0600
commit0c0c42ecbb97496628f51c9df08794d53a28db73 (patch)
tree78c4bace4f4ce854492908df6e0f5b605f7f653c /Makefile
parent9babe64e41d22761027bebef4feade948857d3a7 (diff)
works again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c8c2187..b6b7b32 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = $(shell git describe --tags)
BUILDTIME = $(shell date +%Y.%m.%d)
-all: goimports vet andlabs.so
+all: clean goimports vet andlabs.so
andlabs.so:
GO111MODULE=off go build -v -buildmode=plugin -o andlabs.so \