diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-11-14 13:32:07 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-11-14 13:32:07 +0100 |
commit | f27690014c4c2c3c9896261f512d8068d6123c31 (patch) | |
tree | 13d6cf59b4bd1c94ef2ed387bf325e8a88a6d92f /Makefile | |
parent | ae5cf7cec69c9b1464ff912efaf5759ac254fe21 (diff) |
php-twig-extensions: backport 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 + |