commit 39d756e8712de01bfc042f334e7da8c910f8ccb0 parent fbfab906c3d4aca23f2cb8c0a513544e09ae645b Author: Christos Margiolis <christos@margiolis.net> Date: Fri, 22 May 2020 19:41:29 +0300 makefile changes Diffstat:
M | assignment-2.3-operoverloading/Makefile | | | 2 | +- |
M | assignment-2.4-inheritance/Makefile | | | 2 | +- |
M | assignment-2.5-spreadsheets/Makefile | | | 2 | +- |
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/assignment-2.3-operoverloading/Makefile b/assignment-2.3-operoverloading/Makefile @@ -13,7 +13,7 @@ MKDIR_P = mkdir -p CC = g++ CPPFLAGS += -Iinclude -pedantic -CFLAGS += -std=c++17 -Wall +CFLAGS += -Wall -std=c++17 LDFLAGS += -Llib #LDLIBS += -lm diff --git a/assignment-2.4-inheritance/Makefile b/assignment-2.4-inheritance/Makefile @@ -13,7 +13,7 @@ MKDIR_P = mkdir -p CC = g++ CPPFLAGS += -Iinclude -pedantic -CFLAGS += -std=c++17 -Wall +CFLAGS += -Wall -std=c++17 LDFLAGS += -Llib #LDLIBS += -lm diff --git a/assignment-2.5-spreadsheets/Makefile b/assignment-2.5-spreadsheets/Makefile @@ -13,7 +13,7 @@ MKDIR_P = mkdir -p CC = g++ CPPFLAGS += -Iinclude -pedantic -CFLAGS += -std=c++17 -Wall +CFLAGS += -Wall -std=c++17 LDFLAGS += -Llib #LDLIBS += -lm