aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav@fripost.org>2012-01-22 19:50:51 +0100
committerGustav Eek <gustav@fripost.org>2012-01-22 19:50:51 +0100
commit10a98692a3ba94f7c8bb6f5194feb60e0b0274e8 (patch)
tree0c03badb1800907318310bbdd7b635fc13cfd51a /Makefile
parent8c335daddc1ba0b89a56f3a04293014281c060e4 (diff)
Meeting minutes are written for Dec 13 and Jan 19.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e62765..11be331 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,10 @@
no-args:
echo "This is not recomended. Read README. If you realy want to do ALL write:\n\n $make all\n"
-all: 2011 2010
+all: 2012 2011 2010
+
+2012:
+ cd 2012; make all; cd ..;
2011:
cd 2011; make all; cd ..;