diff options
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) |