aboutsummaryrefslogtreecommitdiffstats
path: root/macos.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 20:35:48 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 20:35:48 +0100
commite22ebdaaebd0290e3b1b18648e6b1048ff100845 (patch)
treebf945309aab4cba8b78bb041b9628b630718c013 /macos.mk
parentUpdate readme (diff)
downloadlibsha2-e22ebdaaebd0290e3b1b18648e6b1048ff100845.tar.gz
libsha2-e22ebdaaebd0290e3b1b18648e6b1048ff100845.tar.bz2
libsha2-e22ebdaaebd0290e3b1b18648e6b1048ff100845.tar.xz
Improve makefile
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 47d4b44..0000000
--- a/macos.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-LIBEXT = dylib
-LIBFLAGS = -dynamiclib
-
-LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT)
-LIBMINOREXT = $(LIB_MAJOR).$(LIB_MINOR).$(LIBEXT)