build:
	./gradlew shadowJar

run:
	./gradlew run

clean:
	./gradlew clean

test:
	./gradlew test

.PHONY: run clean test build