diff options
author | 2024-04-26 12:10:35 +0200 | |
---|---|---|
committer | 2024-04-26 12:10:35 +0200 | |
commit | 8709158733aa164bcdd3faf312854fa3143fe4ab (patch) | |
tree | 8486952802310d5ea521d391ac3b191918e8176c | |
parent | 5f658f28525d855b983d0aa1c4cfcb5721b3cbbf (diff) | |
download | website-8709158733aa164bcdd3faf312854fa3143fe4ab.tar.gz website-8709158733aa164bcdd3faf312854fa3143fe4ab.zip |
Make Makefile a standard file
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 $< > $@ |