From 95336fe154c68753c9cab360d7529110cdad505c Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Mon, 20 Feb 2012 12:59:37 +0000 Subject: [PATCH] git-svn-id: http://cexception.svn.sourceforge.net/svnroot/cexception/trunk@20 50f63946-2846-0410-8d77-f904c773002e --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 7322d5a..68e885e 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ endif SRC_FILES=lib/CException.c test/TestException.c test/TestException_Runner.c $(UNITY_DIR)/unity.c INC_DIRS=-Ilib -Itest -I$(UNITY_DIR) LIB_DIRS=-L$(C_LIBS) -SYMBOLS=-DTEST -DEXCEPTION_USE_CONFIG_FILE +SYMBOLS=-DTEST -DCEXCEPTION_USE_CONFIG_FILE #Default Task: Compile And Run Tests default: