]> git.eshelyaron.com Git - sweep.git/commitdiff
FIXED: Makefile setting SOEXT to dylib on linux hosts
authorEshel Yaron <me@eshelyaron.com>
Sat, 27 Aug 2022 15:57:27 +0000 (18:57 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Aug 2022 15:57:27 +0000 (18:57 +0300)
Makefile

index fc31a9cc8fc2df451031b0e778607bb6684a96ed..f5758a24be1b9ba5c89eccec3d5138aa5392aeae 100644 (file)
--- 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