diff options
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 |
