commit 23df0629abdcffdcfe02f042666580f37bcc62ca
parent 8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date: Wed, 30 Apr 2025 16:26:53 +0200
Removed qt build target
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/Makefile b/Makefile
@@ -46,10 +46,4 @@ python: nissy.o
${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \
nissy.o python/nissy_module.c
-qt: nissy.o
- mkdir -p qt/build
- cd qt && cmake . -B build
- cd qt/build && make
- cp qt/build/appnissyqt ./nissyqt
-
.PHONY: all clean test tool debugtool shell debugshell python