diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,7 +44,11 @@ A5: rm -f ${PRE}$@.aux ${PRE}$@.log A6: + zip ${PRE}$@.zip a4/Makefile + zip ${PRE}$@.zip a4/*.cc + zip ${PRE}$@.zip a4/*.h make -C a6 ${PRE}$@.pdf + cp a6/${PRE}$@.pdf . Tour3_Log: xelatex -halt-on-error -jobname=${PRE}$@ tour3_log/tour3_log.tex |