summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2020-01-07 15:52:52 +0000
committerKatolaZ <katolaz@freaknet.org>2020-01-07 15:52:52 +0000
commit921bd2cd5dda0f9d25343a445493a1ebee78868b (patch)
tree31bf8acfda30d4790c4d5f40cd006c79ab94d3fc
parent11b4f557a5927fdc9277a071f4c9bcc76cf725df (diff)
fix xml2tsv makefile target for compatibility
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e84eefd..0fc5d4a 100644
--- a/Makefile
+++ b/Makefile
@@ -19,6 +19,7 @@ options:
@echo "-+-+-+-+-+-+-+-+-+-+-"
xml2tsv: ${OBJ}
+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ)
${OBJ}: ${INC}