CrustyCookiesAPI/makefile

11 lines
92 B
Makefile
Raw Permalink Normal View History

2024-04-20 22:04:13 +02:00
run:
./gradlew run
clean:
./gradlew clean
test:
./gradlew test
.PHONY: run clean test