diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 | 
1 files changed, 4 insertions, 1 deletions
| @@ -7,7 +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: 2011 2010 +all: 2012 2011 2010 + +2012: +	cd 2012; make all; cd ..;  2011:  	cd 2011; make all; cd ..; | 
