From 9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 23 Apr 2025 15:42:11 +0200 Subject: Added orientation to getcube --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index edcaed5..1eeb422 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,6 @@ debugshell: debugnissy.o mkdir -p tables ${CC} ${MACROS} ${DBGFLAGS} -o debugrun debugnissy.o shell/shell.c -shelltest: debugshell - ./shell/test.sh - python: nissy.o ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ nissy.o python/nissy_module.c @@ -55,4 +52,4 @@ qt: nissy.o cd qt/build && make cp qt/build/appnissyqt ./nissyqt -.PHONY: all clean test tool debugtool shell debugshell shelltest python qt +.PHONY: all clean test tool debugtool shell debugshell python qt -- cgit v1.3