diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-12-24 22:03:59 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-12-24 22:03:59 +0100 |
| commit | 2b1145fb0aec3feb9cbab2df9be57ab43fc7f975 (patch) | |
| tree | f6024cb81077756f5a51d1f70c34420e3c22d249 /oop2eindopdr/makefile | |
| parent | 21b9726e8a371c193ab326259d22dd4cd0b69898 (diff) | |
WIP download manager
Diffstat (limited to 'oop2eindopdr/makefile')
| -rw-r--r-- | oop2eindopdr/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |