From 3588232891edac2367280a57732f631d3e8d3930 Mon Sep 17 00:00:00 2001 From: Chuntao Lu Date: Thu, 19 Oct 2017 19:18:13 -0700 Subject: [PATCH] Remove generated easyjson files in tests dir when make clean --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ea591b0..f877ab2 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ root: .root/src/$(PKG) clean: rm -rf .root + rm -rf tests/*_easyjson.go build: go build -i -o .root/bin/easyjson $(PKG)/easyjson