Files
2025-12-16 23:10:15 +01:00

9 lines
69 B
Makefile

.PYHONY: all
all:
./gradlew build
docker:
./gradlew dockerImage