diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-08-28 11:08:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-08-28 11:08:24 +0200 |
commit | b732479d0ed8614081c2314867c7f1d85f7db73f (patch) | |
tree | 8bd55f3fe48592861e67d5f75c6fb79c37546663 /Makefile | |
parent | fa9ad071003f4fa06342a172187aeca468f61c57 (diff) |
php-twig: add SCL + EL5 stuff
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 + |