diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-07-03 19:32:32 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-07-03 19:32:32 +0200 |
commit | a3e2e304ca875e51d0f844619d844b33e86fa8db (patch) | |
tree | bc675328a8cfc45b6973d3964baaefd7f2ab1516 /Makefile | |
parent | 8cab439016b2cccd8649889249910f0bddc77152 (diff) |
php-symfony2-Validator: 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 + |