From 1d73af62666d73ff374d525286d83c5f05032063 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2024 12:55:48 +0200 Subject: 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 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') 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 + -- cgit