Commit eca72eb6 authored by nimrod's avatar nimrod
Browse files

Correct Clojure build task.

parent 40a2eb31
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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