summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-07-24 14:42:49 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-07-24 14:42:49 +0200
commite40fd395aa354d0d8ea79dbae899fd8346adc8dc (patch)
tree8648db81ff4e8c8c8622b38bf94717c2861562e5 /Makefile
parent2f158e9e5f50ead79937d60d1b861385ab0c9f0a (diff)
Some generation of articles and zip files for hand-in
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
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