diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,5 @@ PRE=au_BentBisballeNyeng_ -all: A4 Tour3_Log +all: A5 Tour3_Log A1: zip ${PRE}$@.zip a1/hello.cc @@ -35,6 +35,14 @@ A4: a4/insert.pdf a4/insert-padded.pdf a4/remove.pdf a4/remove-padded.pdf xelatex -halt-on-error -jobname=${PRE}$@ a4/exercise.tex rm -f ${PRE}$@.aux ${PRE}$@.log +A5: + zip ${PRE}$@.zip a5/Makefile + zip ${PRE}$@.zip a5/*.cc + zip ${PRE}$@.zip a5/*.h + xelatex -halt-on-error -jobname=${PRE}$@ a5/exercise.tex + xelatex -halt-on-error -jobname=${PRE}$@ a5/exercise.tex + rm -f ${PRE}$@.aux ${PRE}$@.log + Tour3_Log: xelatex -halt-on-error -jobname=${PRE}$@ tour3_log/tour3_log.tex rm -f ${PRE}$@.aux ${PRE}$@.log |