summaryrefslogtreecommitdiff
path: root/tools/genfont
diff options
context:
space:
mode:
Diffstat (limited to 'tools/genfont')
-rw-r--r--tools/genfont/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genfont/Makefile b/tools/genfont/Makefile
index bed4d9c..14837b0 100644
--- a/tools/genfont/Makefile
+++ b/tools/genfont/Makefile
@@ -20,7 +20,7 @@ all: $(PRGNAME)
# Implicit rules:
%.o: %.c
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -c $(DEFINES) $(INCLUDES) $<
+ $(CXX) $(CXXFLAGS) -c $(DEFINES) $(INCLUDES) $<
# Dependencies: