summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-09 06:32:14 -0500
committerJeff Carr <[email protected]>2025-03-09 06:32:14 -0500
commiteaedaded622316d3b59c2f3765cd2362e96ce54c (patch)
tree483f1d67ecc990c1079bbccbfc9d89106332abfe /Makefile
parent93852523e66c2646c8997c014f7c060b7baf0df8 (diff)
make a portmap protobuf & ConfigSave()
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c361aa4..4879292 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ vet:
@echo this go binary package builds okay
clean:
- rm -f go.*
+ rm -f go.* *.pb.go
rm -f gus
portmap.pb.go: portmap.proto