diff options
| author | lonkaars <loek@pipeframe.xyz> | 2022-12-23 13:55:05 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2022-12-23 13:55:05 +0100 |
| commit | 295ee857b9b46c27e80051700278e3075590d823 (patch) | |
| tree | 276bbadb556312e8cf6981962ef1b341bb0d2010 /oop2eindopdr/makefile | |
| parent | 9eb8aa6bab40bd58e70cb6124e462e1a3d47edb7 (diff) | |
WIP
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 a4235d4..e0992ef 100644 --- a/oop2eindopdr/makefile +++ b/oop2eindopdr/makefile @@ -4,6 +4,7 @@ RM = rm -f TARGET = main OUTPUT_ZIP = Eindopdracht_2180996.zip +CFLAGS += -std=c++17 LFLAGS += -lstdc++ SRCS := $(wildcard *.cpp) |