summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-06-14 11:53:59 +0200
committerRemi Collet <remi@remirepo.net>2018-06-14 11:53:59 +0200
commit893b8eba991c0225cafe2d1eb674e1eb758739a0 (patch)
tree982872e8e508fd2258fa9c32993aca51793987c7 /Makefile
parent9a1688671e703770f44158576aa210a90d5c2a4c (diff)
update to 4.0.0
rename to php-pecl-swoole4 raise dependency on PHP 7.1 add patch to ensure g++ is used a linktime from https://github.com/swoole/swoole-src/pull/1717
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
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
+