diff options
| author | Jeff Carr <[email protected]> | 2025-10-16 09:03:19 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-16 09:03:19 -0500 |
| commit | a8930a7f96937124c7ce13e8eac6526153d49275 (patch) | |
| tree | 1a10a743811ed65613c3558076898fb32936a662 | |
| parent | 180aafc45fb76ba7dd80a52fe7f6f9f1613f7442 (diff) | |
'make' should just workv0.0.167
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -all: repo.pb.go goimports vet +all: proto vet + +proto: autogenpb --proto stat.proto autogenpb --proto gitTag.proto autogenpb --proto goDep.proto |
