summaryrefslogtreecommitdiff
path: root/a6
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2023-08-07 21:53:13 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2023-08-07 21:53:13 +0200
commit44981d83969550485eb77ce27a98040437f2d3ce (patch)
tree82a0347cd29b8c32c522b5dec2385b4ea3d47a78 /a6
parent7b56745c02daf32eb1a77054b3adf4abe0f94775 (diff)
Makefile fixesHEADmaster
Diffstat (limited to 'a6')
-rw-r--r--a6/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@