From 5e2db821d6486f9f8df541dd1e2ca6e5ddd15a51 Mon Sep 17 00:00:00 2001
From: Mike Buland <eichlan@xagasoft.com>
Date: Thu, 19 Jul 2012 21:13:55 +0000
Subject: Fix to the makefile for windows.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 60a31b8..5ba836e 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ myriad:
 	g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -lpthread
 
 ${OBJECTS}: %.o: %.cpp
-	g++ -ggdb -W -Wall -I. $< -c -o $@
+	g++ -ggdb -W -Wall -I. ${CXXFLAGS} $< -c -o $@
 
 $(patsubst %,src/%.cpp,${UNITS}): %.cpp: %.unit mkunit
 	./mkunit $< $@
-- 
cgit v1.2.3