summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84c2924..6d054de 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ install:
auto:
rm -f auto.pb.go
./autogenpb --proto auto.proto --package main
- rm -f auto.sort.pb.go auto.marshal.pb.go
+ rm -f auto.sort.pb.go auto.newsort.pb.go # auto.marshal.pb.go
test:
make -C testfiles full