This commit is contained in:
Andros Fenollosa
2024-05-28 22:10:24 +02:00
parent 38f7afd50e
commit 7c35d0480d
4 changed files with 8 additions and 8 deletions

View File

@ -1,7 +1,7 @@
.DEFAULT_GOAL := build
run:
while :; do lein run; sleep 1; done
while :; do java -jar target/uberjar/isahn-1.0.2-standalone.jar; sleep 1; done
build:
make check