Commit 499b3277 authored by nimrod's avatar nimrod
Browse files

Make the default make target.

parent 187c4a9c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
.PHONY: all test clean c python3 clojure
ROUNDS = 100000

all: python3 c clojure

c: a.out

python3: __pycache__
@@ -10,8 +12,6 @@ clojure: target/uberjar
target/uberjar:
	cd prime.clj; lein uberjar

all: python3 c clojure

__pycache__:
	py3compile -V 3.0- prime.py