diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-25 12:01:03 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-25 12:01:03 +0100 |
commit | 5bed79d24ab18404c9bad73042c0fb7fbd571d3c (patch) | |
tree | 9cbc4d4bb63bf2a2cb4ad38d6e5088a9837099fa /Makefile | |
parent | 7244326951546ac846bf76b997103a5eba6f18f0 (diff) |
php-cloudfiles: 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 + |