diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-27 08:45:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-27 08:45:34 +0200 |
commit | ce6d99a4796613ab623dde265b0d545f4432cd92 (patch) | |
tree | b71c7dcd19d0f2b46c8776ec56f3448b9f6924ad /Makefile | |
parent | 57beb83b8b90a10432d8955e4167604a5f734467 (diff) |
php-doctrine-doctrine-bundle: backport for remirepo
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 + |