aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 ..;