From 08a5b198c7c8b7d08ab9cd7f166a8ababc88b140 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Feb 2025 15:04:28 -0600 Subject: no more newaction(). finally. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ae6757..8155be2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all: goimports vet gocui +all: clean goimports vet gocui @ldd gocui.so vet: -- cgit v1.2.3