diff options
Diffstat (limited to 'macos.mk')
-rw-r--r-- | macos.mk | 5 |
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) |