diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-09-28 09:09:23 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-09-28 09:09:23 +0200 |
commit | b498b42bbbca6dc2ce774bf5acd9d7176067c26f (patch) | |
tree | 31a1a07b1db404dcf4774e1aa3bd5f31cb2fd0c3 /Makefile | |
parent | d11d624f920c48f83986cb727af186945d0479e7 (diff) |
libsodium-last: rename and update to 1.0.0 (abi compatible with 0.7.0)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1e65467 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../common/Makefile + |