diff options
author | KatolaZ <katolaz@freaknet.org> | 2020-01-07 15:52:52 +0000 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2020-01-07 15:52:52 +0000 |
commit | 921bd2cd5dda0f9d25343a445493a1ebee78868b (patch) | |
tree | 31bf8acfda30d4790c4d5f40cd006c79ab94d3fc /Makefile | |
parent | 11b4f557a5927fdc9277a071f4c9bcc76cf725df (diff) |
fix xml2tsv makefile target for compatibility
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ options: @echo "-+-+-+-+-+-+-+-+-+-+-" xml2tsv: ${OBJ} + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ) ${OBJ}: ${INC} |