aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3695b78..8004637 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ test: debugcube.o
18 CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh 18 CUBETYPE=${CUBETYPE} TEST=${TEST} ./test/test.sh
19 19
20benchmark: cube.o 20benchmark: cube.o
21 CUBETYPE=${CUBETYPE} ./benchmark/bench.sh 21 CUBETYPE=${CUBETYPE} ./benchmark/benchmark.sh
22 22
23gen: cube.o 23gen: cube.o
24 ${CC} ${CFLAGS} -o gen cube.o tables/tables.c 24 ${CC} ${CFLAGS} -o gen cube.o tables/tables.c

Generated with cgit - Back to sebastiano.tronto.net