aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-09 11:57:55 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2024-07-09 11:57:55 +0200
commiteb6998f8ce4119f208f97cbfc9180a605617732f (patch)
treebbb523aa4be2e56f30376bb716dfb81f11997f0f
parent6cfb406547ac57acb48de2e9e5cd20945770b3c0 (diff)
downloadwebsite-eb6998f8ce4119f208f97cbfc9180a605617732f.tar.gz
website-eb6998f8ce4119f208f97cbfc9180a605617732f.zip
Move .SUFFIXES at the beginning of Makefile
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a706664..6874267 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,10 @@
+.SUFFIXES: .rhtml .html .tmpl .trhtml .rhtml.config
+
include config.mk
DEST = ~/www/alessandroiezzi.it
-.SUFFIXES: .rhtml .html .tmpl .trhtml .rhtml.config
+
SOURCES != find . -name "*.rhtml" | grep -v master | sed 's|\./||g'
OBJECTS = ${SOURCES:.rhtml=.html}