URI: 
       fix xml2tsv makefile target for compatibility - xml2tsv - a simple xml-to-tsv converter, based on xmlparser
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 921bd2cd5dda0f9d25343a445493a1ebee78868b
   DIR parent 11b4f557a5927fdc9277a071f4c9bcc76cf725df
  HTML Author: KatolaZ <katolaz@freaknet.org>
       Date:   Tue,  7 Jan 2020 15:52:52 +0000
       
       fix xml2tsv makefile target for compatibility
       
       Diffstat:
         M Makefile                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -19,6 +19,7 @@ options:
                @echo "-+-+-+-+-+-+-+-+-+-+-" 
        
        xml2tsv: ${OBJ}
       +        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJ)
        
        ${OBJ}: ${INC}