diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-06 07:19:39 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-06 07:19:39 +0100 |
commit | 7755d8a9457753e3c7ab240d06be96beb7a48a35 (patch) | |
tree | 530a76ec6694c87d39c90118a13076efa7ce2d6c /Makefile | |
parent | fda21d63981786abe71f87386f0755b722f04f80 (diff) |
php-psr-http-message: backport stuff
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 + |