aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-10-12 19:32:20 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-10-12 19:32:20 +0200
commit17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19 (patch)
treee6b7257708cadba242006202345f9b7caf094594 /Makefile
parentef087c3849cfbe58f4f77e09367d6fbf152e5498 (diff)
downloadnissy-core-17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19.tar.gz
nissy-core-17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19.zip
Initial support for Python
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e7948e..08e9084 100644
--- a/Makefile
+++ b/Makefile
@@ -39,4 +39,8 @@ debugshell: debugnissy.o
39shelltest: debugshell 39shelltest: debugshell
40 ./shell/test.sh 40 ./shell/test.sh
41 41
42.PHONY: all clean test tool debugtool shell debugshell shelltest 42python: nissy.o
43 ${CC} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \
44 nissy.o python/nissy_module.c
45
46.PHONY: all clean test tool debugtool shell debugshell shelltest python

Generated with cgit - Back to sebastiano.tronto.net