From 8954b4b7eaafa8e306f2aa6cbb7e32334107e6e1 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 24 May 2024 22:20:00 +0200 Subject: Added table generation utility --- Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a315476..f117b52 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,10 @@ test: debugcube.o benchmark: cube.o CUBETYPE=${CUBETYPE} ./benchmark/bench.sh -.PHONY: all clean test benchmark +gen: cube.o + ${CC} ${CFLAGS} -o gen cube.o tables/tables.c + +debuggen: debugcube.o + ${CC} ${DBGFLAGS} -o debuggen debugcube.o tables/tables.c + +.PHONY: all clean test benchmark gen debuggen -- cgit v1.3