aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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