diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-24 07:56:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-24 07:56:14 +0100 |
commit | 6b85a169fc5ce384f4e122e3dbe61a81909bb44b (patch) | |
tree | ae17cf7e966c528f701680608f5a3c4f29efe6f7 /Makefile | |
parent | 48cc898254b2fe5047dcf3791cb09fb07297f616 (diff) |
php-phpseclib-crypt-tripledes: 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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |