gytebot/Makefile

12 lines
123 B
Makefile
Raw Permalink Normal View History

2024-12-18 17:13:54 +00:00
2024-12-18 17:55:22 +00:00
include .env
2024-12-18 17:13:54 +00:00
clean:
mvn clean
build:
mvn package
run:
2024-12-18 17:55:22 +00:00
java -jar target/gytebot-${VERSION}-jar-with-dependencies.jar