diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-03-16 09:46:47 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-03-16 09:46:47 +0100 |
commit | 43d244a5f3eea2ffdb4eb241df3f22c91cf2e9f4 (patch) | |
tree | 0b8e1982c2d28bb0cb5c840cb11f5e254155762f /Makefile | |
parent | 0ad5c99269fa5048bdc98350452a90b7924470b5 (diff) |
php-paragonie-constant-time-encoding: backport
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..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |