From 06b0b8a569b9d7f807cf76a8d87a409173fc921d Mon Sep 17 00:00:00 2001 From: Gustav Eek Date: Sun, 3 Jun 2012 20:18:18 +0200 Subject: Suggestion to permanent suggestion to agenda is added. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 ..; -- cgit v1.2.3