diff --git a/Makefile b/Makefile index dff5c2d9fc693c3b6c2e645d10cbb541241e50bb..400d567eec1c7f5cea511d974eb2054fe40a502a 100644 --- a/Makefile +++ b/Makefile @@ -1,20 +1,15 @@ -.PHONY: all test clean c python3 clojure +.PHONY: all test clean c clojure ROUNDS = 100000 -all: python3 c clojure +all: c clojure c: a.out -python3: __pycache__ - clojure: target/uberjar target/uberjar: cd prime.clj; lein uberjar -__pycache__: - py3compile -V 3.0- prime.py - a.out: gcc --std=c99 -Wall -lm -O3 prime.c