fix makefile for protobuf.

This commit is contained in:
Raúl Kripalani
2018-11-15 13:40:42 +00:00
parent 4c43736fe9
commit 22f8aa142c

View File

@@ -8,4 +8,5 @@ all: $(GO)
clean:
rm -f *.pb.go
rm -f *.go
.PHONY: clean