aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-07-03 15:05:10 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-07-03 15:05:10 +0200
commit4a16da26dacdb37b9ef8d3d11e10ecb94b0cf396 (patch)
tree64723639df2a44c94deb26276c5793101d3b6c41 /Makefile
parent3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 (diff)
downloadnissy-core-4a16da26dacdb37b9ef8d3d11e10ecb94b0cf396.tar.gz
nissy-core-4a16da26dacdb37b9ef8d3d11e10ecb94b0cf396.zip
renamed benchmarks to tools
Diffstat (limited to '')
-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