diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-14 00:05:43 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-10-14 14:45:22 +0200 |
| commit | 8a91354f7b94c669c77fe628a81f9bfe9f599ef0 (patch) | |
| tree | ba29a8b0416cb3464b49fd7cfb69e7f407b892c8 /Makefile | |
| parent | 7dbd34574f629cacf3b89292d2a06ad0ae612f26 (diff) | |
| download | nissy-core-8a91354f7b94c669c77fe628a81f9bfe9f599ef0.tar.gz nissy-core-8a91354f7b94c669c77fe628a81f9bfe9f599ef0.zip | |
Interface changes, progress with python
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 |
