aboutsummaryrefslogtreecommitdiffstats
path: root/macos.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 23:07:24 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 23:07:24 +0100
commit20c0ffb7b669c6fd95b191edf35fd26454053688 (patch)
treeb341482d3920dcc6bf85f6887fac2ce2ef693a1b /macos.mk
parentImprove makefile, fix warnings, and fix libhaiku_perror linking (diff)
downloadlibhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.tar.gz
libhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.tar.bz2
libhaiku-20c0ffb7b669c6fd95b191edf35fd26454053688.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 d5aec83..0000000
--- a/macos.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-LIBEXT = dylib
-LIBFLAGS = -dynamiclib
-
-LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT)
-LIBMINOREXT = $(LIB_VERSION).$(LIBEXT)