From e40fd395aa354d0d8ea79dbae899fd8346adc8dc Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 24 Jul 2023 14:42:49 +0200 Subject: Some generation of articles and zip files for hand-in --- Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ce36bd1 --- /dev/null +++ b/Makefile @@ -0,0 +1,11 @@ +all: A1 + +A1: + zip au_BentBisballeNyeng_a1.zip a1/hello.cc + zip au_BentBisballeNyeng_a1.zip a1/hello-cpp20.cc + zip au_BentBisballeNyeng_a1.zip a1/Makefile + xelatex --jobname=au_BentBisballeNyeng.tex a1/exercise.tex + +clean: + rm -f au_BentBisballeNyeng*.log + rm -f au_BentBisballeNyeng*.aux -- cgit v1.2.3