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

15 lines
173 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:47:18 +02:00
while :; do lein run; 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