diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-01-11 15:39:19 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-01-11 15:39:19 +0100 |
commit | 316ad3153338c353588e3e7b625f4d62b24638bd (patch) | |
tree | 86ef1d659b15bdb414e31e2a20d4f06c76d266c0 /Makefile | |
parent | 50c2f8099a33e4d2a8a9b06e78e999d7bd228819 (diff) |
php-doctrine-dbal: 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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |