summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4b3b255ff6c8ec2587e243cc426f412133c7b104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PRE=au_BentBisballeNyeng_
all: A1

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

clean:
	rm -f ${PRE}*