diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -39,4 +39,8 @@ debugshell: debugnissy.o | |||
| 39 | shelltest: debugshell | 39 | shelltest: debugshell |
| 40 | ./shell/test.sh | 40 | ./shell/test.sh |
| 41 | 41 | ||
| 42 | .PHONY: all clean test tool debugtool shell debugshell shelltest | 42 | python: 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 | ||
