aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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