PRE=au_BentBisballeNyeng_ all: A1 Log A1: zip ${PRE}$@.zip a1/hello.cc zip ${PRE}$@.zip a1/hello-cpp20.cc zip ${PRE}$@.zip a1/Makefile 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}*