From 17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 12 Oct 2024 19:32:20 +0200 Subject: Initial support for Python --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8e7948e..08e9084 100644 --- a/Makefile +++ b/Makefile @@ -39,4 +39,8 @@ debugshell: debugnissy.o shelltest: debugshell ./shell/test.sh -.PHONY: all clean test tool debugtool shell debugshell shelltest +python: nissy.o + ${CC} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ + nissy.o python/nissy_module.c + +.PHONY: all clean test tool debugtool shell debugshell shelltest python -- cgit v1.3