diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-30 12:44:47 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-06-30 12:44:47 +0200 |
| commit | 3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 (patch) | |
| tree | 15791a5a2862801e214ed389d72d35b48a0dc8bc /Makefile | |
| parent | 05bdcfef13ef2bdd05df6af13a74ec3cd7fcd22f (diff) | |
| download | nissy-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-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -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 | 27 | debugshell: debugcube.o |
| 28 | mkdir -p tables | ||
| 29 | ${CC} ${DBGFLAGS} -o run debugcube.o shell.c | ||
| 30 | |||
| 31 | .PHONY: all clean test benchmark shell debugshell | ||
