important-stories-alert-for.../Makefile

15 lines
216 B
Makefile
Raw Normal View History

2019-08-05 10:32:59 +02:00
.DEFAULT_GOAL := build
2024-05-26 15:36:02 +02:00
run:
2024-05-28 22:10:24 +02:00
while :; do java -jar target/uberjar/isahn-1.0.2-standalone.jar; sleep 1; done
2024-05-26 15:36:02 +02:00
2019-08-05 10:32:59 +02:00
build:
make check
2019-08-05 10:34:52 +02:00
lein codox
2019-08-05 10:32:59 +02:00
lein uberjar
check:
lein cljfmt check
clj-kondo --lint src
lein kibit