summaryrefslogtreecommitdiff
path: root/command
diff options
context:
space:
mode:
Diffstat (limited to 'command')
-rw-r--r--command/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/command/Makefile b/command/Makefile
index 648e1f9..0230301 100644
--- a/command/Makefile
+++ b/command/Makefile
@@ -83,7 +83,7 @@ i18n: $(I18Npot)
### Targets:
markad: $(OBJS)
- $(CXX) $(CXXFLAGS) $(OBJS) $(LIBS) -o $@
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) $(OBJS) $(LIBS) -o $@
MANDIR = $(DESTDIR)/usr/share/man