Helper makefile
This commit is contained in:
parent
d471511258
commit
8d2773047e
1 changed files with 17 additions and 0 deletions
17
makefile
Normal file
17
makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
run:
|
||||
./gradlew run
|
||||
|
||||
watch:
|
||||
./gradlew run --continuous
|
||||
|
||||
build:
|
||||
./gradlew build
|
||||
|
||||
clean:
|
||||
./gradlew clean
|
||||
|
||||
test:
|
||||
./gradlew test
|
||||
|
||||
.PHONY: run build clean
|
||||
|
Loading…
Reference in a new issue