From ade2ed050a2d472b4dd01e30666f5e7ec5030724 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 3 Nov 2023 23:13:05 +0100 Subject: Moves work with avx2, fixed some stuff --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 54848ac..082b740 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,9 @@ clean: rm -rf *.o test: debugcube.o - ./test/test.sh + CUBETYPE=${CUBETYPE} ./test/test.sh benchmark: cube.o - ./benchmark/bench.sh + CUBETYPE=${CUBETYPE} ./benchmark/bench.sh .PHONY: all clean test benchmark -- cgit v1.3