From 1dc5f04a930abde1f21d83ab066c32f4a2d105cb Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 6 Aug 2023 21:03:23 +0200 Subject: A6: WIP --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c7c115d..6dde807 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3