CrustyCookiesAPI/makefile
2024-04-21 17:43:50 +02:00

13 lines
No EOL
126 B
Makefile

build:
./gradlew shadowJar
run:
./gradlew run
clean:
./gradlew clean
test:
./gradlew test
.PHONY: run clean test build