diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-10-06 18:39:12 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-10-06 18:39:12 +0200 |
commit | 92a7b53a62dcae52ab6d5536be600a104ee20095 (patch) | |
tree | dd9e504a6c3b6b2ae533e97780cd72c3090c0aba /Makefile | |
parent | 0cc5c72888154999b67c76a6d6d9bc70204b9d7e (diff) |
php-symfony2-Filesystem: build, with tests
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 + |