From fc425c0bb3bca93e97ba243abeaaec530b43a251 Mon Sep 17 00:00:00 2001 From: "Mike D. Lowis" Date: Thu, 12 Jul 2012 15:31:12 -0400 Subject: [PATCH] Moved compile options from include flags to the compile options macro --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index baaeb2d..0b5de0d 100644 --- a/Makefile +++ b/Makefile @@ -37,12 +37,12 @@ TEST_OBJS = $(TEST_FILES:%.$(TEST_EXT)=%.o) # Include Directories SRC_INCS = -I inc -TEST_INCS = -I inc -w +TEST_INCS = -I inc # Compiler and Linker Options #---------------------------- CSC = csc -CSCFLAGS = -c +CSCFLAGS = -c -w # Build Rules #------------ -- 2.52.0