diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-10-06 08:30:05 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-10-06 08:30:05 +0200 |
commit | e944271924cd89478a29fe217668da6908639dc6 (patch) | |
tree | 02d4a34dac84257240d23de503119bbeba2e37ce /Makefile | |
parent | a00bbd6e1ba4e078cb8b546c0250079295fe0739 (diff) |
php-webmozart-path-util: 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 + |