From de62b713426c3455207b84013965fdf448920ef9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 24 Jul 2023 17:29:08 +0200 Subject: Tour3Log: Chapter 1 and 2 --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b3b255..0c83e52 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PRE=au_BentBisballeNyeng_ -all: A1 +all: A1 Log A1: zip ${PRE}$@.zip a1/hello.cc @@ -8,5 +8,9 @@ A1: xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a1/exercise.tex rm -f ${PRE}$@.aux ${PRE}$@.log +Tour3_Log: + xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build tour3_log/tour3_log.tex + rm -f ${PRE}$@.aux ${PRE}$@.log + clean: rm -f ${PRE}* -- cgit v1.2.3