diff --git a/Makefile b/Makefile
index 542666ea683ed686e68593cf748bd19672791205..ecd9240f6f23b29929f24a2f6b912b33481529bb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,12 +5,12 @@ c: a.out
 
 python3: __pycache__
 
-clojure: target/uberjar/prime.clj-0.1.0-SNAPSHOT-standalone.jar
+clojure: target/uberjar
 
-target/uberjar/prime.clj-0.1.0-SNAPSHOT-standalone.jar:
+target/uberjar:
 	cd prime.clj; lein uberjar
 
-all: python3 c
+all: python3 c clojure
 
 __pycache__:
 	py3compile -V 3.0- prime.py