From 22f8aa142c43855b1050d39455ebec9755b2e9d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Thu, 15 Nov 2018 13:40:42 +0000 Subject: [PATCH] fix makefile for protobuf. --- pb/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pb/Makefile b/pb/Makefile index eb14b57..cc99b57 100644 --- a/pb/Makefile +++ b/pb/Makefile @@ -8,4 +8,5 @@ all: $(GO) clean: rm -f *.pb.go - rm -f *.go + +.PHONY: clean \ No newline at end of file