summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0fc5d4a..1b64931 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ options:
@echo "-+-+-+-+-+-+-+-+-+-+-"
xml2tsv: ${OBJ}
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ)
+ $(CC) $(LDFLAGS) -o $@ $(OBJ)
${OBJ}: ${INC}