From: Eshel Yaron Date: Sat, 27 Aug 2022 15:57:27 +0000 (+0300) Subject: FIXED: Makefile setting SOEXT to dylib on linux hosts X-Git-Tag: v0.2.0~84 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e62d23140f088ed40d5abebdd2b3dee0a8dd04ad;p=sweep.git FIXED: Makefile setting SOEXT to dylib on linux hosts --- diff --git a/Makefile b/Makefile index fc31a9c..f5758a2 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,6 @@ ifeq ($(UNAME_S),Darwin) SOEXT = dylib endif -SOEXT = dylib - TARGET = $(BASENAME)-module.$(SOEXT) OBJECT = $(BASENAME).o SOURCE = $(BASENAME).c