Makefile
This commit is contained in:
parent
b062b8e914
commit
05250f944c
1 changed files with 10 additions and 0 deletions
10
makefile
Normal file
10
makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
run:
|
||||
./gradlew run
|
||||
|
||||
clean:
|
||||
./gradlew clean
|
||||
|
||||
test:
|
||||
./gradlew test
|
||||
|
||||
.PHONY: run clean test
|
Loading…
Add table
Reference in a new issue