Skip to content
Snippets Groups Projects
Commit eca72eb6 authored by nimrod's avatar nimrod
Browse files

Correct Clojure build task.

parent 40a2eb31
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment