This commit is contained in:
Andros Fenollosa 2024-05-28 22:17:42 +02:00
parent 7c35d0480d
commit 38cba29735

View File

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