aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@etraveli.com>2017-05-09 21:53:15 +0200
committerGustav Eek <gustav.eek@etraveli.com>2017-05-09 21:53:15 +0200
commitb5b613ed628948d38968e897b6d4558d227c613e (patch)
treea7366bdc47261522b584c684b23ba44e7ae5d844 /Makefile
parentad33c470cc6f8878afd24133f4ffd1db7acff5ca (diff)
parentbbdb2e6b58317aac124c0bf176bd2e67b4ed4413 (diff)
Merge branch '2016-04-17-annual' into 2017-05-13-annual
Conflicts: 2016/Makefile agenda/Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 223ee9a..c987b97 100644
--- a/Makefile
+++ b/Makefile
@@ -7,15 +7,21 @@
no-args:
echo "This is not recomended. Read README. If you realy want to do ALL write:\n\n $make all\n"
-all: agenda 2012 2011 2010
+all: agenda 2016 2015 2014 2013 2012 2011 2010
agenda:
cd; agenda; make all; cd ..;
+2016:
+ make -C $@ all
+2015:
+ make -C $@ all
+2014:
+ make -C $@ all
+2013:
+ make -C $@ all
2012:
cd 2012; make all; cd ..;
-
2011:
cd 2011; make all; cd ..;
-
2010:
cd 2010; make all; cd ..;