aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60a31b8..5ba836e 100644
--- a/Makefile
+++ b/Makefile
@@ -76,7 +76,7 @@ myriad:
76 g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -lpthread 76 g++ -ggdb -W -Wall -I. -L. $< -o $@ -lbu++ -lpthread
77 77
78${OBJECTS}: %.o: %.cpp 78${OBJECTS}: %.o: %.cpp
79 g++ -ggdb -W -Wall -I. $< -c -o $@ 79 g++ -ggdb -W -Wall -I. ${CXXFLAGS} $< -c -o $@
80 80
81$(patsubst %,src/%.cpp,${UNITS}): %.cpp: %.unit mkunit 81$(patsubst %,src/%.cpp,${UNITS}): %.cpp: %.unit mkunit
82 ./mkunit $< $@ 82 ./mkunit $< $@