This commit is contained in:
Imbus 2024-04-20 22:04:13 +02:00
parent b062b8e914
commit 05250f944c

10
makefile Normal file
View file

@ -0,0 +1,10 @@
run:
./gradlew run
clean:
./gradlew clean
test:
./gradlew test
.PHONY: run clean test