summaryrefslogtreecommitdiff
path: root/os2eindopdracht/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-06-03 16:00:17 +0200
committerlonkaars <loek@pipeframe.xyz>2023-06-03 16:00:17 +0200
commit31293dd9b427be45175a928cf55f90ea1bccebeb (patch)
tree6d5ae9f32347afa505b7d32607b9899f67b44f5b /os2eindopdracht/makefile
parent33fcc80be5e6d7c755a8bcc285854e872787ff38 (diff)
multithreaded processing
Diffstat (limited to 'os2eindopdracht/makefile')
-rw-r--r--os2eindopdracht/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os2eindopdracht/makefile b/os2eindopdracht/makefile
index 3d8f260..eb86336 100644
--- a/os2eindopdracht/makefile
+++ b/os2eindopdracht/makefile
@@ -1,7 +1,7 @@
C++ = g++
LD = g++
RM = rm -f
-CFLAGS =
+CFLAGS = -std=c++20
LFLAGS =
TARGET = main