diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-05-18 07:46:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-05-18 07:46:35 +0200 |
commit | 6a83b84740df1fffdd440847b0ccef071c0f8e9e (patch) | |
tree | 88a34bae5725aa6a0e945a72417059d03ac2ac06 /Makefile | |
parent | b195247631f40b97089277d1932c58a4c74d480f (diff) |
php-mtdowling-jmespath-php; 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 + |