diff options
| author | Jeff Carr <[email protected]> | 2024-11-30 12:45:18 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-30 12:45:18 -0600 |
| commit | c07d48c711377a92b425bec4339a02a22467851b (patch) | |
| tree | a62b68be5ae5b048970fe726259a901ca9355a20 | |
| parent | 3de739288be1394cc1679c4391058173984e5873 (diff) | |
minor
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ all: gitTag.pb.go goDep.pb.go repo.pb.go + +test: make -C scanGoSrc/ vet: lint |
