From 499b327786926e05787df3c50bab8c02c366ef43 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 11 Feb 2016 12:10:39 +0200 Subject: [PATCH] Make the default make target. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ecd9240..21b89cf 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 -- GitLab