aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-11-03 23:13:05 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-11-03 23:26:29 +0100
commitade2ed050a2d472b4dd01e30666f5e7ec5030724 (patch)
treebab29caba8fb2171348fb664d6098eb77d155a53 /Makefile
parent9b1c9371333e20611ec5422e660ebec7e66c4261 (diff)
downloadnissy-core-ade2ed050a2d472b4dd01e30666f5e7ec5030724.tar.gz
nissy-core-ade2ed050a2d472b4dd01e30666f5e7ec5030724.zip
Moves work with avx2, fixed some stuff
Diffstat (limited to '')
-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