Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: respect ${CC} - grabtitle - stupid HTML title grabber
git clone git://git.codemadness.org/grabtitle
Log
Files
Refs
README
LICENSE
---
commit 0ffe161701f6f9ecde66204f5784e6709d647a1e
parent 16cc59c155068e6de1fd5cfa8720d6d765db6548
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 30 May 2020 13:33:08 +0200
Makefile: respect ${CC}
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.