From 3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 30 Jun 2024 12:44:47 +0200 Subject: Added a solver, but found out h48 table is broken --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5859eca..43bc3e4 100644 --- a/Makefile +++ b/Makefile @@ -24,4 +24,8 @@ shell: cube.o mkdir -p tables ${CC} ${CFLAGS} -o run cube.o shell.c -.PHONY: all clean test benchmark shell +debugshell: debugcube.o + mkdir -p tables + ${CC} ${DBGFLAGS} -o run debugcube.o shell.c + +.PHONY: all clean test benchmark shell debugshell -- cgit v1.3