aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08e9084..c41921a 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ shelltest: debugshell
40 ./shell/test.sh 40 ./shell/test.sh
41 41
42python: nissy.o 42python: nissy.o
43 ${CC} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ 43 ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \
44 nissy.o python/nissy_module.c 44 nissy.o python/nissy_module.c
45 45
46.PHONY: all clean test tool debugtool shell debugshell shelltest python 46.PHONY: all clean test tool debugtool shell debugshell shelltest python

Generated with cgit - Back to sebastiano.tronto.net