From ba1acc33bca14cc23234bdfea0d25b4247c7d6cb Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sun, 23 Mar 2025 09:19:53 -0300 Subject: Added correlations to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7e1ed7d..2b5214f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ -all: walk +all: walk correlations CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native walk: walk.cpp $(CC) walk.cpp -o walk +correlations: correlations.cpp + $(CC) correlations.cpp -o correlations + -- cgit v1.2.3-70-g09d2