Makefile for convenience
This commit is contained in:
parent
a0c7fa215a
commit
a10d0ecbb9
1 changed files with 16 additions and 0 deletions
16
makefile
Normal file
16
makefile
Normal file
|
@ -0,0 +1,16 @@
|
|||
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