added evaluation sheet for projects

This commit is contained in:
2017-03-08 15:26:37 +01:00
parent c422cd8fa7
commit 54bf5c2d6c
7 changed files with 90 additions and 226 deletions

View File

@@ -1,4 +1,10 @@
all:
all: projects evalutation
evaluation: evaluation.pdf
evaluation.pdf: evaluation.tex
pdflatex $<
projects:
for d in `ls -d project_*`; do \
if test "x$$d" != "xproject_template"; then \
echo "Processing $$d" ; \
@@ -15,5 +21,6 @@ clean:
done
rm -f *~
rm -f evaluation.aux evaluation.log
rm -f *.zip
rm -rf auto