diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -40,7 +40,7 @@ shelltest: debugshell | |||
| 40 | ./shell/test.sh | 40 | ./shell/test.sh |
| 41 | 41 | ||
| 42 | python: nissy.o | 42 | python: 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 |
