aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@proceranetworks.com>2012-06-03 20:18:18 +0200
committerGustav Eek <gustav.eek@proceranetworks.com>2012-06-03 20:18:18 +0200
commit06b0b8a569b9d7f807cf76a8d87a409173fc921d (patch)
tree5a2746c96fd1f6b0d05b8d14330d32ca412d8d05 /Makefile
parente67daeba96410552dcddf9819ab748fed6527347 (diff)
Suggestion to permanent suggestion to agenda is added.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11be331..223ee9a 100644
--- a/Makefile
+++ b/Makefile
@@ -7,8 +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: 2012 2011 2010
+all: agenda 2012 2011 2010
+agenda:
+ cd; agenda; make all; cd ..;
2012:
cd 2012; make all; cd ..;