From 921bd2cd5dda0f9d25343a445493a1ebee78868b Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Tue, 7 Jan 2020 15:52:52 +0000 Subject: fix xml2tsv makefile target for compatibility --- Makefile | 1 + 1 file changed, 1 insertion(+) 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} -- cgit v1.2.3