summaryrefslogtreecommitdiff
path: root/algo1w3/makefile
diff options
context:
space:
mode:
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)