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