diff --git a/test/Makefile b/test/Makefile index aa0fea8..01e9488 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,3 +2,12 @@ build: mkdir -p output protoc -I. --gotemplate_out=output *.proto + + +.PHONY: re +re: clean build + + +.PHONY: clean +clean: + rm -rf output