diff options
author | Mattias Andrée <maandree@kth.se> | 2022-02-19 23:15:33 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2022-02-19 23:15:33 +0100 |
commit | 2d78ce8dce3d7b06e55806d5f34d0bad60cc774b (patch) | |
tree | 966d68dc06a635a3d2b536bc19b6d28b55c7f61b /macos.mk | |
parent | Add liberror-backtrace (diff) | |
download | liberror-backtrace-2d78ce8dce3d7b06e55806d5f34d0bad60cc774b.tar.gz liberror-backtrace-2d78ce8dce3d7b06e55806d5f34d0bad60cc774b.tar.bz2 liberror-backtrace-2d78ce8dce3d7b06e55806d5f34d0bad60cc774b.tar.xz |
Improve makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 b475197..0000000 --- a/macos.mk +++ /dev/null @@ -1,5 +0,0 @@ -LIBEXT = dylib -LIBFLAGS = -dynamiclib - -LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) -LIBMINOREXT = $(LIB_VERSION).$(LIBEXT) |