diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-25 07:29:45 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-25 07:29:45 +0100 |
commit | 0ccebfde4cd12eb77321d1af0e66f0575ae939d1 (patch) | |
tree | 3305702bb46b84aadd6aec6c472d0e0f898d1e11 /Makefile | |
parent | 25e27f195eb7b65a920c35ef249389980e5d38ba (diff) |
php-phpseclib-net-ssh2: 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 + |