diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-09 19:04:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-09 19:04:06 +0100 |
commit | 80d8fa175f888c744b9737eeb4b53700c87e19d6 (patch) | |
tree | 1ed4c50e01023cb5963ae03910f41f0268a6fc38 /Makefile | |
parent | 325f1a9660e67c1baf343a8b8c859c43c67d1996 (diff) |
php-victorjonsson-markdowndocs: backport
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 + |