diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-03 15:05:10 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-07-03 15:05:10 +0200 |
| commit | 4a16da26dacdb37b9ef8d3d11e10ecb94b0cf396 (patch) | |
| tree | 64723639df2a44c94deb26276c5793101d3b6c41 /Makefile | |
| parent | 3c9efb490ccbe1b0d7768d77fcdcac012c00e8c6 (diff) | |
| download | nissy-core-4a16da26dacdb37b9ef8d3d11e10ecb94b0cf396.tar.gz nissy-core-4a16da26dacdb37b9ef8d3d11e10ecb94b0cf396.zip | |
renamed benchmarks to tools
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -17,8 +17,8 @@ clean: | |||
| 17 | test: debugcube.o | 17 | test: debugcube.o |
| 18 | CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh | 18 | CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh |
| 19 | 19 | ||
| 20 | benchmark: cube.o | 20 | tool: cube.o |
| 21 | CUBETYPE=${CUBETYPE} ./benchmark/benchmark.sh | 21 | CUBETYPE=${CUBETYPE} ./tools/run_tool.sh |
| 22 | 22 | ||
| 23 | shell: cube.o | 23 | shell: 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 |
