diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-23 16:56:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-23 16:56:51 +0200 |
commit | 9fd99fa1596b21897045eaf019611b2e150f11bd (patch) | |
tree | cb1978b6e6765ebff762a1d703bdf0feec0d32b7 /Makefile | |
parent | 05061fc31d42152b79f1f0ad28a6fd5c97c14569 (diff) |
php-guzzlehttp-guzzle: 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 + |