aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index edcaed5..1eeb422 100644
--- a/Makefile
+++ b/Makefile
@@ -42,9 +42,6 @@ debugshell: debugnissy.o
42 mkdir -p tables 42 mkdir -p tables
43 ${CC} ${MACROS} ${DBGFLAGS} -o debugrun debugnissy.o shell/shell.c 43 ${CC} ${MACROS} ${DBGFLAGS} -o debugrun debugnissy.o shell/shell.c
44 44
45shelltest: debugshell
46 ./shell/test.sh
47
48python: nissy.o 45python: nissy.o
49 ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ 46 ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \
50 nissy.o python/nissy_module.c 47 nissy.o python/nissy_module.c
@@ -55,4 +52,4 @@ qt: nissy.o
55 cd qt/build && make 52 cd qt/build && make
56 cp qt/build/appnissyqt ./nissyqt 53 cp qt/build/appnissyqt ./nissyqt
57 54
58.PHONY: all clean test tool debugtool shell debugshell shelltest python qt 55.PHONY: all clean test tool debugtool shell debugshell python qt

Generated with cgit - Back to sebastiano.tronto.net