summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-29 14:15:18 -0500
committerJeff Carr <[email protected]>2025-10-29 14:15:18 -0500
commit7d57129d8530d6a8393fc7b8060ad02aaf028cea (patch)
treef5f58221611164929e9e83383a935675ac03dd12 /Makefile
parent6925e1ccb0d75a0518992d210e5dcf8a4e1a386f (diff)
puts .so files in /usr/lib/pluginsHEADv0.22.120v0.22.119masterdevel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9a2b36d..cc96e07 100644
--- a/Makefile
+++ b/Makefile
@@ -30,5 +30,5 @@ goimports:
goimports -w *.go
clean:
- rm -f ~/go/lib/go-gui/*.so
+ rm -f ~/go/lib/go-gui/*.so *.deb go-gui-toolkits
go-mod-clean purge