build: add Makefile

This commit is contained in:
Sven Vogel 2024-12-18 18:13:54 +01:00
parent 6dc77bdb93
commit 82d0096f80
1 changed files with 9 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
clean:
mvn clean
build:
mvn package
run:
java -jar target/gytebot-1.0.0-jar-with-dependencies.jar