aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2018-04-29 22:50:20 +0200
committerGustav Eek <gustav.eek@fripost.org>2018-04-29 22:50:20 +0200
commita18c6ba51352f60d0bf0a8cd8a088b41872cd46c (patch)
tree7bf229ef022ed22c906c1eca5593bb064e3cfaa9 /Makefile
parentc00efc3abb3b065104be0055f3e0e0933440980a (diff)
parent92be899e95c3e84947500ec9c558c491f0b83b20 (diff)
Merge branch '2016-04-17-annual' into intgr/2016intgr/2016
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 ..;