diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
| @@ -46,10 +46,4 @@ python: nissy.o | |||
| 46 | ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ | 46 | ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ |
| 47 | nissy.o python/nissy_module.c | 47 | nissy.o python/nissy_module.c |
| 48 | 48 | ||
| 49 | qt: nissy.o | ||
| 50 | mkdir -p qt/build | ||
| 51 | cd qt && cmake . -B build | ||
| 52 | cd qt/build && make | ||
| 53 | cp qt/build/appnissyqt ./nissyqt | ||
| 54 | |||
| 55 | .PHONY: all clean test tool debugtool shell debugshell python | 49 | .PHONY: all clean test tool debugtool shell debugshell python |
