From 343041aaaf656c2efcabffe28da5693f44dbe73f Mon Sep 17 00:00:00 2001 From: Leonardo Taccari Date: Sun, 1 Nov 2020 18:55:09 +0100 Subject: [PATCH] Makefile: Add non-POSIX-ily-present .so suffix --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 9f93b0b..4aa1a31 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,8 @@ # See LICENSE file for copyright and license details. .POSIX: +.SUFFIXES: .so + include config.mk SRC = surf.c -- 2.28.0