diff --git a/Makefile b/Makefile index 34d0f95..bf230f1 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ all: #Uses picky extensions and makes everything(Extensions may break compiling) dev: - make all CFLAGS+=-Wshadow -Wunreachable-code -Wswitch-enum -Wswitch-default -Wcast-align -Winit-self -Wpointer-arith + make all CFLAGS+="-Wshadow -Wunreachable-code -Wswitch-enum -Wswitch-default -Wcast-align -Winit-self -Wpointer-arith" #Makes a debug build debug: