diff --git a/Makefile b/Makefile index 0c4cf55..d47b4c8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ .DEFAULT_GOAL := build run: + lein uberjar while :; do java -jar target/uberjar/isahn-1.0.2-standalone.jar; sleep 1; done build: