summaryrefslogtreecommitdiff
path: root/Makefile
blob: 2ea51176c4ab33b9cc11d04bc4b9c25a19ac0ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PRE=au_BentBisballeNyeng_
all: A2 Tour3_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

A2:
	zip ${PRE}$@.zip a1/Makefile
	xelatex -halt-on-error -jobname=${PRE}$@ -auxdir=build a2/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}*