aboutsummaryrefslogtreecommitdiffstats
path: root/macos.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 23:22:24 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 23:22:24 +0100
commitc876e6ddf5ca317f2d9022f0ab94179c6fc5971d (patch)
tree232e685fb6e08d2a82c538bbca8e6d6a87a09cde /macos.mk
parentm makefile (diff)
downloadlibcoopgamma-c876e6ddf5ca317f2d9022f0ab94179c6fc5971d.tar.gz
libcoopgamma-c876e6ddf5ca317f2d9022f0ab94179c6fc5971d.tar.bz2
libcoopgamma-c876e6ddf5ca317f2d9022f0ab94179c6fc5971d.tar.xz
Improve makefile1.2.2.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'macos.mk')
-rw-r--r--macos.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/macos.mk b/macos.mk
deleted file mode 100644
index b475197..0000000
--- a/macos.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-LIBEXT = dylib
-LIBFLAGS = -dynamiclib
-
-LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT)
-LIBMINOREXT = $(LIB_VERSION).$(LIBEXT)