diff --git a/Makefile b/Makefile index ecd9240f6f23b29929f24a2f6b912b33481529bb..21b89cf43ff590e8740d4a37fa5f5ca4492ef44a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ .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