URI:
       Makefile: respect ${CC} - grabtitle - stupid HTML title grabber
  HTML git clone git://git.codemadness.org/grabtitle
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 0ffe161701f6f9ecde66204f5784e6709d647a1e
   DIR parent 16cc59c155068e6de1fd5cfa8720d6d765db6548
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 30 May 2020 13:33:08 +0200
       
       Makefile: respect ${CC}
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -1,5 +1,5 @@
        build: clean
       -        cc -o grabtitle xml.c grabtitle.c ${CFLAGS} ${LDFLAGS}
       +        ${CC} -o grabtitle xml.c grabtitle.c ${CFLAGS} ${LDFLAGS}
        
        clean:
                rm -f grabtitle