Minutes for April 27 meeting written.
[fripost-meetings.git] / Makefile
blob0e62765ce06ed92c8a475658ab4351f46204e8c2
1 # Makefile for to compile all minuets since 2010-11-04.
3 # by Gustav Eek
5 # TODO create makefile for 2010-11-04
7 no-args:
8 echo "This is not recomended. Read README. If you realy want to do ALL write:\n\n $make all\n"
10 all: 2011 2010
12 2011:
13 cd 2011; make all; cd ..;
15 2010:
16 cd 2010; make all; cd ..;