diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -42,9 +42,6 @@ debugshell: debugnissy.o | |||
| 42 | mkdir -p tables | 42 | mkdir -p tables |
| 43 | ${CC} ${MACROS} ${DBGFLAGS} -o debugrun debugnissy.o shell/shell.c | 43 | ${CC} ${MACROS} ${DBGFLAGS} -o debugrun debugnissy.o shell/shell.c |
| 44 | 44 | ||
| 45 | shelltest: debugshell | ||
| 46 | ./shell/test.sh | ||
| 47 | |||
| 48 | python: nissy.o | 45 | python: nissy.o |
| 49 | ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ | 46 | ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ |
| 50 | nissy.o python/nissy_module.c | 47 | nissy.o python/nissy_module.c |
| @@ -55,4 +52,4 @@ qt: nissy.o | |||
| 55 | cd qt/build && make | 52 | cd qt/build && make |
| 56 | cp qt/build/appnissyqt ./nissyqt | 53 | cp qt/build/appnissyqt ./nissyqt |
| 57 | 54 | ||
| 58 | .PHONY: all clean test tool debugtool shell debugshell shelltest python qt | 55 | .PHONY: all clean test tool debugtool shell debugshell python qt |
