summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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