Makefile: remove .SUFFIXES

According to POSIX.1-2008, .c and .o are already included by the default
.SUFFIX rule, among other suffixes.
This commit is contained in:
Xavier Del Campo Romero 2023-04-29 00:29:33 +02:00
parent 30a101717c
commit a557091ad1
Signed by: xavi
GPG Key ID: 84FF3612A9BF43F2
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
.POSIX:
.SUFFIXES: .c .o
PROJECT = slcl
O = -Og