diff options
author | Gustav Eek <gustav.eek@proceranetworks.com> | 2012-06-03 20:18:18 +0200 |
---|---|---|
committer | Gustav Eek <gustav.eek@proceranetworks.com> | 2012-06-03 20:18:18 +0200 |
commit | 06b0b8a569b9d7f807cf76a8d87a409173fc921d (patch) | |
tree | 5a2746c96fd1f6b0d05b8d14330d32ca412d8d05 /Makefile | |
parent | e67daeba96410552dcddf9819ab748fed6527347 (diff) |
Suggestion to permanent suggestion to agenda is added.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ..; |