From 0336d249d66b2626dfcca51426bb1a152401f996 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 29 Apr 2023 00:29:33 +0200 Subject: Makefile: remove .SUFFIXES According to POSIX.1-2008, .c and .o are already included by the default .SUFFIX rule, among other suffixes. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 14b1c29..04a5abb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,4 @@ .POSIX: -.SUFFIXES: .c .o PROJECT = slcl O = -Og -- cgit v1.2.3