diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-21 18:40:40 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-21 18:40:40 +0100 |
commit | 7b13d8319bc338d43369b0c8210625feb569eb35 (patch) | |
tree | cf5ce698c19ca65a441d2c940a211b245196925c /Makefile | |
parent | 0f7f775ac0e03dcd699a24fa3b0e7498c1e77dcb (diff) |
php-goutte: 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 + |