diff options
| author | Jeff Carr <[email protected]> | 2025-03-27 06:26:01 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-27 06:26:01 -0500 |
| commit | 1b7d44ec42bc5be8f07bb67c0fbbddf36f2e3050 (patch) | |
| tree | 9fc2157180c98e1b1d3493516ec73394343d2fbf /Makefile | |
| parent | ebf856a579281c4aea7630d3cc712adac5bb21d7 (diff) | |
add an enum for messages
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,7 +45,7 @@ build: cp -f autogenpb autogenpb.${BUILDTIME} bak: - mv -f autogenpb autogenpb.last + cp -f autogenpb autogenpb.last redo-protobuf: rm -f *.pb.go @@ -63,7 +63,7 @@ proto: # use the current autogenpb proto-local: bak clean - ./autogenpb.last --proto file.proto --package main + ./autogenpb.last --proto file.proto --package main --no-format junk: cd example; rm -f go.* *.pb.go |
