From 8a91354f7b94c669c77fe628a81f9bfe9f599ef0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 14 Oct 2024 00:05:43 +0200 Subject: Interface changes, progress with python --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 08e9084..c41921a 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ shelltest: debugshell ./shell/test.sh python: nissy.o - ${CC} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ + ${CC} ${CFLAGS} -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