diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-06-26 07:14:15 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-06-26 07:14:15 +0200 |
commit | 9c022b4e44384aa4bf394d339bd08a3da17472dc (patch) | |
tree | 8560995150a58cc8803cbd15c1ad276c128aed80 /Makefile |
php-doctrine-instantiator: move
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..91b0fd5 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../common/Makefile + |