From 6aeeef7a41438df661502173f4a242ecfb473c34 Mon Sep 17 00:00:00 2001 From: Veit Heller Date: Tue, 13 Jan 2015 23:36:59 +0100 Subject: [PATCH] Made make dev work --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: