added evaluation sheet for projects
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user