summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-02 12:04:59 -0600
committerJeff Carr <[email protected]>2025-03-02 12:04:59 -0600
commitf24c5098597922913f68d22960033318fb56ad1d (patch)
tree59688fdf77739482aba4ed6e9ff4991cc264924a /Makefile
parenta000c069878d4a2403a5ed6e0795c1d0ad853ca3 (diff)
align 1st window. start libnotify
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4844b42..cbd271d 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ custom:
GO111MODULE=off go build -v -work -buildmode=blah
clean:
- rm -f gocui gocui.so go.*
+ rm -f gocui *.so go.*
rm -f *.pb.go *.patch
go-mod-clean --purge