aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-06-30 12:44:47 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-06-30 12:44:47 +0200
commit3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 (patch)
tree15791a5a2862801e214ed389d72d35b48a0dc8bc /Makefile
parent05bdcfef13ef2bdd05df6af13a74ec3cd7fcd22f (diff)
downloadnissy-core-3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6.tar.gz
nissy-core-3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6.zip
Added a solver, but found out h48 table is broken
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5859eca..43bc3e4 100644
--- a/Makefile
+++ b/Makefile
@@ -24,4 +24,8 @@ shell: cube.o
24 mkdir -p tables 24 mkdir -p tables
25 ${CC} ${CFLAGS} -o run cube.o shell.c 25 ${CC} ${CFLAGS} -o run cube.o shell.c
26 26
27.PHONY: all clean test benchmark shell 27debugshell: debugcube.o
28 mkdir -p tables
29 ${CC} ${DBGFLAGS} -o run debugcube.o shell.c
30
31.PHONY: all clean test benchmark shell debugshell

Generated with cgit - Back to sebastiano.tronto.net