summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--a6/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 6dde807..5689d9c 100644
--- a/Makefile
+++ b/Makefile
@@ -44,9 +44,9 @@ A5:
rm -f ${PRE}$@.aux ${PRE}$@.log
A6:
- zip ${PRE}$@.zip a4/Makefile
- zip ${PRE}$@.zip a4/*.cc
- zip ${PRE}$@.zip a4/*.h
+ zip ${PRE}$@.zip a6/Makefile
+ zip ${PRE}$@.zip a6/*.cc
+ zip ${PRE}$@.zip a6/*.h
make -C a6 ${PRE}$@.pdf
cp a6/${PRE}$@.pdf .
diff --git a/a6/Makefile b/a6/Makefile
index bd3743b..4efb3bc 100644
--- a/a6/Makefile
+++ b/a6/Makefile
@@ -2,7 +2,7 @@ TEX_FLAGS=-halt-on-error -file-line-error -interaction=batchmode
TEX_NAME=au_BentBisballeNyeng_A6
CXX_FLAGS=-g -O2 -fconcepts -fcoroutines -Wall -Werror -Wextra -Wconversion -std=c++20
-all: noalloc pdf
+all: noalloc stack_new custom
noalloc: noalloc.cc Makefile
g++ ${CXX_FLAGS} $< -o $@