This commit is contained in:
Andros Fenollosa 2024-05-28 21:46:23 +02:00
parent b9e58d77fd
commit ab3ca7af7c

View File

@ -1,8 +1,7 @@
.DEFAULT_GOAL := build
run:
lein run
while :; do echo 'Hit CTRL+C'; sleep 1; done
while :; do lein run; sleep 1; done
build:
make check