diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-01 15:54:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-01 15:54:20 +0200 |
commit | dc604748dea882f0df0398b7f49d23b5d9910b30 (patch) | |
tree | ac8af92518a619b473fa28ed675a434a7112ee06 /Makefile |
php-pecl-oci8: 2.0.8 - 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 + |