From a262a923d4ff3b64f9c63c261b010039a338ede5 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 7 May 2025 11:37:27 +0200 Subject: Added build script --- 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