From 2d6f9abf0a28d301ef5c08597037b158c803d1bf Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 9 Feb 2016 19:05:01 +0200
Subject: [PATCH] Corrected pycompile build job.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 6272bbf..8a97b2b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 all: python3 c
 
 python3: prime.py
-	pycompile -V 3.4 prime.py
+	py3compile -V 3.0- prime.py
 
 c: prime.c
 	gcc --std=c99 -Wall -lm prime.c
-- 
GitLab