From 3da2b364653457302d5344c88b6b0f5bc49f3208 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sat, 13 Feb 2016 13:45:42 +0100 Subject: [PATCH] No data set output in source... --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 977f467..4854743 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: 1o 2o 3o ../submission.zip submission.zip: - zip $@ .git *o *.py -r + zip $@ .git *.py -r 1o: 1 python main.py $<