From a9fce238c9d124b64c0baa0f412c9a02d48e80ae Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 7 Apr 2017 16:53:05 +1200 Subject: Clear .SUFFIXES first, add .sh --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e8fdab62..adfec8d7 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,8 @@ lint-sh \ lint-urxvt -.SUFFIXES: .awk .bash .pl .sed +.SUFFIXES: +.SUFFIXES: .awk .bash .pl .sed .sh NAME = 'Tom Ryder' EMAIL = tom@sanctum.geek.nz -- cgit v1.2.3