diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-09-23 11:24:48 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-09-23 11:24:48 +0200 |
commit | 37a9f5d7763cb79bcb3a0a40fd9ca206a73d21e5 (patch) | |
tree | 77847dbc0c9caaf3fff48b8692e1840732e6c622 /Makefile | |
parent | 8a80ac5325e15fbd19edae5f8b389f53a231dba1 (diff) |
php-patchwork-utf8: 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 + |