summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2020-01-07 15:58:34 +0000
committerKatolaZ <katolaz@freaknet.org>2020-01-07 15:58:34 +0000
commit77a22b4fd5d8f6c9f64245788e5726de78f8c30e (patch)
tree81dae7e5da059488780000e6713423fc9190dba9
parent921bd2cd5dda0f9d25343a445493a1ebee78868b (diff)
remove CFLAGS from linking
-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}