diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-25 07:12:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-25 07:12:28 +0100 |
commit | 3a1058d83242594016ab9d03e5f9fff10549c523 (patch) | |
tree | dbe20c6a01c39e3119330fe9e79f79a2eb721cac /Makefile | |
parent | e93265b19a8f524d7e531c6e491d770cb6d689b6 (diff) |
php-react-child-process: 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..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + |