From 8709158733aa164bcdd3faf312854fa3143fe4ab Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Fri, 26 Apr 2024 12:10:35 +0200 Subject: Make Makefile a standard file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index aaff542..1f5d2ee 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ clean: rm -f ip.php .rhtml.html: navigation.rhtml.inc master.rhtml - ${CC} -f ${.IMPSRC} > ${.TARGET} + ${CC} -b ${BASEHREF} -f $< > $@ ip.php: ip.rhtml.php - ${CC} -f ${.ALLSRC} > ${.TARGET} + ${CC} -b ${BASEHREF} -f $< > $@ -- cgit v1.2.3