From: Tang Cheng Date: Wed, 10 Jul 2019 03:40:05 +0000 (+0800) Subject: 增加 clean 任务 X-Git-Tag: 1.0.0^2~77 X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e07fc1d103c734f6e4688b23879c7f8bf05ca76e;p=epayment%2Ffood_payapi.git 增加 clean 任务 --- diff --git a/Makefile b/Makefile index 24ba11e5..4ad93d78 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ GRADLE=./gradlew build: $(GRADLE) build -x test +clean: + $(GRADLE) clean + test: $(GRADLE) test