From 2bbcdb50ca244a7ae8115f3d5dfc54d317c2f5a3 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 6 Jul 2016 23:46:56 +0300 Subject: [PATCH] Clear the suffix list to use only relevant suffixes --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c3b36fc..d0089fd 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,11 @@ # This file is a part of phdru.name homepage/blog/news generator scripts. # __author__ = "Oleg Broytman " -# __copyright__ = "Copyright (C) 2006-2013 PhiloSoft Design" +# __copyright__ = "Copyright (C) 2006-2016 PhiloSoft Design" + + +.SUFFIXES: # Clear the suffix list +.SUFFIXES: .py .tmpl .html %.py: %.tmpl -- 2.39.2