From 61e03f9f4eecf3d5811b11c44c9ef778f0a93bc7 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 14 Jul 2024 21:28:37 +0200 Subject: Found a sneaky bug (it's all a mess now) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8ff5f47..5130940 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ clean: rm -rf *.o run test: debugcube.o - CC="${CC} ${DBGFLAGS}" ./test/test.sh + CC="${CC} -D${CUBETYPE} ${DBGFLAGS}" ./test/test.sh tool: cube.o mkdir -p tools/results -- cgit v1.3