Code Review
/
epayment
/
food_payapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
294fda9
)
增加 clean 任务
author
Tang Cheng
<cheng.tang@supwisdom.com>
Wed, 10 Jul 2019 03:40:05 +0000
(11:40 +0800)
committer
Tang Cheng
<cheng.tang@supwisdom.com>
Wed, 10 Jul 2019 03:40:05 +0000
(11:40 +0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
24ba11e
..
4ad93d7
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,6
+5,9
@@
GRADLE=./gradlew
build:
$(GRADLE) build -x test
+clean:
+ $(GRADLE) clean
+
test:
$(GRADLE) test