From 23df0629abdcffdcfe02f042666580f37bcc62ca Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 30 Apr 2025 16:26:53 +0200 Subject: Removed qt build target --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 04fc801..3a323b0 100644 --- 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 -- cgit v1.3