From eb6998f8ce4119f208f97cbfc9180a605617732f Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Tue, 9 Jul 2024 11:57:55 +0200 Subject: Move .SUFFIXES at the beginning of Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3