aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-04-29 00:29:33 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-05-01 04:13:24 +0200
commita557091ad1fd5906ee8b846755a7b88a9e35f4f7 (patch)
tree8cc56e8d720ff3fbeba38058381b1635028fdf57
parent30a101717c8ac825f6ce676c6d717964f19307a8 (diff)
downloadslcl-a557091ad1fd5906ee8b846755a7b88a9e35f4f7.tar.gz
Makefile: remove .SUFFIXES
According to POSIX.1-2008, .c and .o are already included by the default .SUFFIX rule, among other suffixes.
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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