From a16b53c2895669f7f21728334371ab79680699bf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 29 Jan 2025 06:19:12 -0600 Subject: start debugging why this doesn't work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3c2d98a..1875872 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = $(shell git describe --tags) BUILDTIME = $(shell date +%Y.%m.%d) -all: gocui.so +all: clean gocui.so @#ldd gocui.so gocui.so: -- cgit v1.2.3