Remove generated easyjson files in tests dir when make clean

This commit is contained in:
Chuntao Lu
2017-10-19 20:28:37 -07:00
parent 86f5f60c4e
commit 3588232891
+1
View File
@@ -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