aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a315476..f117b52 100644
--- a/Makefile
+++ b/Makefile
@@ -20,4 +20,10 @@ test: debugcube.o
20benchmark: cube.o 20benchmark: cube.o
21 CUBETYPE=${CUBETYPE} ./benchmark/bench.sh 21 CUBETYPE=${CUBETYPE} ./benchmark/bench.sh
22 22
23.PHONY: all clean test benchmark 23gen: cube.o
24 ${CC} ${CFLAGS} -o gen cube.o tables/tables.c
25
26debuggen: debugcube.o
27 ${CC} ${DBGFLAGS} -o debuggen debugcube.o tables/tables.c
28
29.PHONY: all clean test benchmark gen debuggen

Generated with cgit - Back to sebastiano.tronto.net