aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5ea6d9..cdf5bcd 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,13 @@ test: debugcube.o
18 CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh 18 CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh
19 19
20tool: cube.o 20tool: cube.o
21 mkdir -p tools/results
21 CUBETYPE=${CUBETYPE} ./tools/run_tool.sh 22 CUBETYPE=${CUBETYPE} ./tools/run_tool.sh
22 23
24debugtool: debugcube.o
25 mkdir -p tools/results
26 CUBETYPE=${CUBETYPE} DEBUG=1 ./tools/run_tool.sh
27
23shell: cube.o 28shell: cube.o
24 mkdir -p tables 29 mkdir -p tables
25 ${CC} ${CFLAGS} -o run cube.o shell.c 30 ${CC} ${CFLAGS} -o run cube.o shell.c
@@ -28,4 +33,4 @@ debugshell: debugcube.o
28 mkdir -p tables 33 mkdir -p tables
29 ${CC} ${DBGFLAGS} -o run debugcube.o shell.c 34 ${CC} ${DBGFLAGS} -o run debugcube.o shell.c
30 35
31.PHONY: all clean test tool shell debugshell 36.PHONY: all clean test tool debugtool shell debugshell

Generated with cgit - Back to sebastiano.tronto.net