diff options
| author | Jeff Carr <[email protected]> | 2025-03-09 06:32:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-09 06:32:14 -0500 |
| commit | eaedaded622316d3b59c2f3765cd2362e96ce54c (patch) | |
| tree | 483f1d67ecc990c1079bbccbfc9d89106332abfe /Makefile | |
| parent | 93852523e66c2646c8997c014f7c060b7baf0df8 (diff) | |
make a portmap protobuf & ConfigSave()
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
