aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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