diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-13 09:42:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-13 09:42:27 +0200 |
commit | bf32967cd4077874709edc3e05f3ff5e049b6750 (patch) | |
tree | c8fc6314baa4847a0de0db0a6693d6b6bcbd7837 /Makefile |
php-pecl-cassandra: wip, new package
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 + |