summaryrefslogtreecommitdiff
path: root/algo1w3/makefile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2023-02-14 23:25:13 +0100
committerlonkaars <loek@pipeframe.xyz>2023-02-14 23:26:40 +0100
commit2b22b0eb65d20f590f67ce21efe6ef71840f31f5 (patch)
tree2f571c4d34b7c7a438b4caa7ba0ad0b0856a86b4 /algo1w3/makefile
parent2bb7c5e97111c7c92dbf682ef49c54a229dfcfce (diff)
week 3 deel 2
Diffstat (limited to 'algo1w3/makefile')
-rw-r--r--algo1w3/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/algo1w3/makefile b/algo1w3/makefile
index c414a31..a1f8d29 100644
--- a/algo1w3/makefile
+++ b/algo1w3/makefile
@@ -5,6 +5,7 @@ RM = rm -f
TARGET = main
OUTPUT_ZIP = Huiswerk_2180996.zip
+CFLAGS += -g
LFLAGS += -lstdc++
SRCS += $(wildcard *.cpp)