aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 54848ac..082b740 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,9 @@ clean:
12 rm -rf *.o 12 rm -rf *.o
13 13
14test: debugcube.o 14test: debugcube.o
15 ./test/test.sh 15 CUBETYPE=${CUBETYPE} ./test/test.sh
16 16
17benchmark: cube.o 17benchmark: cube.o
18 ./benchmark/bench.sh 18 CUBETYPE=${CUBETYPE} ./benchmark/bench.sh
19 19
20.PHONY: all clean test benchmark 20.PHONY: all clean test benchmark

Generated with cgit - Back to sebastiano.tronto.net