diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 19:32:20 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-12 19:32:20 +0200 |
| commit | 17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19 (patch) | |
| tree | e6b7257708cadba242006202345f9b7caf094594 /Makefile | |
| parent | ef087c3849cfbe58f4f77e09367d6fbf152e5498 (diff) | |
| download | nissy-core-17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19.tar.gz nissy-core-17eda4dedb0d70c5a82edf77e9b3aaa1af5bfb19.zip | |
Initial support for Python
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 | ||
