diff options
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 | ||
