aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09967ea..4afb030 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ clean:
12 rm -rf *.o 12 rm -rf *.o
13 13
14test: debugcube.o 14test: debugcube.o
15 CUBETYPE=${CUBETYPE} ./test/test.sh 15 CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh
16 16
17benchmark: cube.o 17benchmark: cube.o
18 CUBETYPE=${CUBETYPE} ./benchmark/bench.sh 18 CUBETYPE=${CUBETYPE} ./benchmark/bench.sh

Generated with cgit - Back to sebastiano.tronto.net