summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-08-20 12:55:48 +0200
committerRemi Collet <remi@php.net>2024-08-20 12:55:48 +0200
commit1d73af62666d73ff374d525286d83c5f05032063 (patch)
tree0eb39a4e74d17e3b832760322feea6c734c0cae4 /Makefile
initial package
open https://github.com/swoole/phpy/pull/61 use cxx linker open https://github.com/swoole/phpy/pull/62 add LICENSE open https://github.com/swoole/phpy/issues/63 broken with python 3.6 open https://github.com/swoole/phpy/pull/64 report python version
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
+