Introduction
Introduction Statistics Contact Development Disclaimer Help
tMakefile: Add non-POSIX-ily-present .so suffix - surf - [fork] customized buil…
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit a8a3cb682d114feb81e985e472ba614faa0377d7
parent 00b428177753db5915102ff834801b641c660c11
Author: Leonardo Taccari <[email protected]>
Date: Sun, 1 Nov 2020 18:55:09 +0100
Makefile: Add non-POSIX-ily-present .so suffix
Diffstat:
M Makefile | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Makefile b/Makefile
t@@ -2,6 +2,8 @@
# See LICENSE file for copyright and license details.
.POSIX:
+.SUFFIXES: .so
+
include config.mk
SRC = surf.c
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.