From ac86507e1ff43827f3abd06102b94f5e8b7fd0e3 Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 9 Jul 2024 11:43:12 +0200 Subject: Rename CC variable in HYDE --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b23f0d0..6a8fdd1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ +include config.mk + BASEHREF = file:///var/home/alessandro/devel/aiezzi/website/ -CC = hyde DEST = ~/www/alessandroiezzi.it .SUFFIXES: .rhtml .html .tmpl .trhtml .rhtml.config @@ -32,7 +33,7 @@ clean: rm -f ip.php .rhtml.html: navigation.rhtml.inc master.rhtml - ${CC} -b ${BASEHREF} -f $< > $@ + ${HYDE} -b ${BASEHREF} -f $< > $@ ip.php: ip.rhtml.php - ${CC} -b ${BASEHREF} -f $< > $@ + ${HYDE} -b ${BASEHREF} -f $< > $@ -- cgit v1.2.3