diff options
author | Mattias Andrée <maandree@kth.se> | 2019-02-10 18:09:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-02-10 18:09:37 +0100 |
commit | dbad0c3027a170e51a4a33c381bc24ec2ec8b09b (patch) | |
tree | 02bfae57552f0ad114a6a5c644c68cb46b162b06 /macos.mk | |
parent | Add tests for HMAC (diff) | |
download | libsha2-dbad0c3027a170e51a4a33c381bc24ec2ec8b09b.tar.gz libsha2-dbad0c3027a170e51a4a33c381bc24ec2ec8b09b.tar.bz2 libsha2-dbad0c3027a170e51a4a33c381bc24ec2ec8b09b.tar.xz |
Improve makefile1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | macos.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/macos.mk b/macos.mk new file mode 100644 index 0000000..47d4b44 --- /dev/null +++ b/macos.mk @@ -0,0 +1,5 @@ +LIBEXT = dylib +LIBFLAGS = -dynamiclib + +LIBMAJOREXT = $(LIB_MAJOR).$(LIBEXT) +LIBMINOREXT = $(LIB_MAJOR).$(LIB_MINOR).$(LIBEXT) |