aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 43bc3e4..f5ea6d9 100644
--- a/Makefile
+++ b/Makefile
@@ -17,8 +17,8 @@ clean:
17test: debugcube.o 17test: debugcube.o
18 CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh 18 CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh
19 19
20benchmark: cube.o 20tool: cube.o
21 CUBETYPE=${CUBETYPE} ./benchmark/benchmark.sh 21 CUBETYPE=${CUBETYPE} ./tools/run_tool.sh
22 22
23shell: cube.o 23shell: cube.o
24 mkdir -p tables 24 mkdir -p tables
@@ -28,4 +28,4 @@ debugshell: debugcube.o
28 mkdir -p tables 28 mkdir -p tables
29 ${CC} ${DBGFLAGS} -o run debugcube.o shell.c 29 ${CC} ${DBGFLAGS} -o run debugcube.o shell.c
30 30
31.PHONY: all clean test benchmark shell debugshell 31.PHONY: all clean test tool shell debugshell

Generated with cgit - Back to sebastiano.tronto.net