summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 15:04:28 -0600
committerJeff Carr <[email protected]>2025-02-13 15:04:28 -0600
commit08a5b198c7c8b7d08ab9cd7f166a8ababc88b140 (patch)
treea44ed661948ee3726412629c6a30a6a127003d5c /Makefile
parentc215e3c2c4aaa8fe1b97d9ba4dd8c4a748f4f8c2 (diff)
no more newaction(). finally.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: