summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-13 20:10:55 -0600
committerJeff Carr <[email protected]>2025-02-13 20:10:55 -0600
commit1e79d31a027e3ff7bf68bee2a139df8981db1885 (patch)
treee342ca5d464ce1c7c8ba02430be2b021c15e4660 /Makefile
parent08a5b198c7c8b7d08ab9cd7f166a8ababc88b140 (diff)
subbed in tables
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8155be2..6ee8dae 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ custom:
GO111MODULE=off go build -v -work -buildmode=blah
clean:
- rm -f gocui gocui.so
+ rm -f gocui gocui.so go.*
rm -f *.pb.go *.patch
go-mod-clean --purge