diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-26 14:55:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-26 14:55:02 +0100 |
commit | 5896c8186e5735ae2ace2d2ff85c9d58d2ad24f4 (patch) | |
tree | 83d898bddf417856601d5fd7ce94249c6ce502a5 /Makefile | |
parent | b73dda55fb498fed89edc1a1e39709998c12869a (diff) |
php-react-http: 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 + |