aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-30 16:26:53 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-30 16:26:53 +0200
commit23df0629abdcffdcfe02f042666580f37bcc62ca (patch)
treed184c1a35cda03137c01cda3b63369ac4066f807 /Makefile
parent8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84 (diff)
downloadnissy-core-23df0629abdcffdcfe02f042666580f37bcc62ca.tar.gz
nissy-core-23df0629abdcffdcfe02f042666580f37bcc62ca.zip
Removed qt build target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 04fc801..3a323b0 100644
--- a/Makefile
+++ b/Makefile
@@ -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
49qt: 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

Generated with cgit - Back to sebastiano.tronto.net