summaryrefslogtreecommitdiff
path: root/tools/genfont
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genfont')
-rw-r--r--tools/genfont/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/genfont/Makefile b/tools/genfont/Makefile
index 584e433..bed4d9c 100644
--- a/tools/genfont/Makefile
+++ b/tools/genfont/Makefile
@@ -20,7 +20,7 @@ all: $(PRGNAME)
# Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies:
@@ -34,7 +34,7 @@ $(DEPFILE): Makefile
# The main program:
$(PRGNAME): $(OBJS)
- $(CXX) $(CXXFLAGS) -rdynamic $(OBJS) $(LIBDIRS) $(LIBS) -lglcdgraphics -lstdc++ -o $(PRGNAME)
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -rdynamic $(OBJS) $(LIBDIRS) $(LIBS) -lglcdgraphics -lstdc++ -o $(PRGNAME)
install: $(PRGNAME)
install -d $(BINDIR)