From 2b1145fb0aec3feb9cbab2df9be57ab43fc7f975 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 24 Dec 2022 22:03:59 +0100 Subject: WIP download manager --- oop2eindopdr/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'oop2eindopdr/makefile') diff --git a/oop2eindopdr/makefile b/oop2eindopdr/makefile index 533121d..dac4a06 100644 --- a/oop2eindopdr/makefile +++ b/oop2eindopdr/makefile @@ -4,6 +4,7 @@ RM = rm -f TARGET = main OUTPUT_ZIP = Eindopdracht_2180996.zip +CFLAGS += -g CFLAGS += -std=c++17 LFLAGS += -lstdc++ -lcpr -lzip -- cgit v1.2.3