diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-06-13 18:34:20 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-06-13 18:34:20 +0200 |
commit | 52bc7cbe2c2167fb5387e89d1e5877f69418f5e2 (patch) | |
tree | c875726b4a499ce8534f86ec97b7177e67dc6cd0 /Makefile |
php-symfony2-HttpFoundation: import from rawhide
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 + |