diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-18 07:40:24 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-18 07:40:24 +0200 |
commit | e84432db78a0f1a8a30e943b70a129be6bf12cb8 (patch) | |
tree | 726ce14248f019b435fe49bc0d1e2e5357168cf0 /Makefile | |
parent | c6b7a9ab9b2f0b07bf625469b8638b34dbea86bc (diff) |
php-mtdowling-transducers: add 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 + |