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

Make the default make target.

parent 187c4a9c
No related branches found
No related tags found
No related merge requests found
.PHONY: all test clean c python3 clojure .PHONY: all test clean c python3 clojure
ROUNDS = 100000 ROUNDS = 100000
all: python3 c clojure
c: a.out c: a.out
python3: __pycache__ python3: __pycache__
...@@ -10,8 +12,6 @@ clojure: target/uberjar ...@@ -10,8 +12,6 @@ clojure: target/uberjar
target/uberjar: target/uberjar:
cd prime.clj; lein uberjar cd prime.clj; lein uberjar
all: python3 c clojure
__pycache__: __pycache__:
py3compile -V 3.0- prime.py 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