aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-04-23 15:42:11 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-04-23 15:42:11 +0200
commit9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0 (patch)
treee590922e2bd34cb802cef96c1c8d8ba935da4f75 /Makefile
parent039267a278bb9e0580e8aebd85ef5f3ed774688f (diff)
downloadnissy-core-9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0.tar.gz
nissy-core-9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0.zip
Added orientation to getcube
Diffstat (limited to '')
-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