diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-15 09:08:19 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-15 09:08:19 +0200 |
commit | 3488751d4b46a1c688d6a0bd9f0f6d1bc337a19d (patch) | |
tree | 98976fb9a71f46c3badbd23e7184537198d84a5c /Makefile |
php-pecl-couchbase: new package (WIP)
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 + |