diff options
author | KatolaZ <katolaz@freaknet.org> | 2020-01-07 15:58:34 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2020-01-07 15:58:34 +0000 |
commit | 77a22b4fd5d8f6c9f64245788e5726de78f8c30e (patch) | |
tree | 81dae7e5da059488780000e6713423fc9190dba9 /Makefile | |
parent | 921bd2cd5dda0f9d25343a445493a1ebee78868b (diff) |
remove CFLAGS from linking
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ options: @echo "-+-+-+-+-+-+-+-+-+-+-" xml2tsv: ${OBJ} - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ) + $(CC) $(LDFLAGS) -o $@ $(OBJ) ${OBJ}: ${INC} |