aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-04-26 12:10:35 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-04-26 12:10:35 +0200
commit8709158733aa164bcdd3faf312854fa3143fe4ab (patch)
tree8486952802310d5ea521d391ac3b191918e8176c
parent5f658f28525d855b983d0aa1c4cfcb5721b3cbbf (diff)
downloadwebsite-8709158733aa164bcdd3faf312854fa3143fe4ab.tar.gz
website-8709158733aa164bcdd3faf312854fa3143fe4ab.zip
Make Makefile a standard file
-rw-r--r--Makefile4
1 files 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 $< > $@