diff options
| author | Jeff Carr <[email protected]> | 2025-01-09 16:02:53 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-01-09 16:02:53 -0600 |
| commit | b1961c371da567692314f775f9bdcb95837d9278 (patch) | |
| tree | 0aebbe3b1246aef3e9265452da6176d83f7d6464 /Makefile | |
| parent | fe98085712189edea536d9207b40f8b0daf826ef (diff) | |
auto test both. logic is correct now. seems to work
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -29,7 +29,8 @@ auto: rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go test: - make -C example full + make -C example rawproto + make -C example modproto junk: cd example; rm -f go.* *.pb.go |
