From 5bf9d56ab096878498eee9a8b91a093a494910f0 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Sat, 29 Mar 2025 07:34:24 -0300 Subject: Started writing code for integrating mean-field equations --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2b5214f..6b77cca 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: walk correlations +all: walk correlations integrator CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native @@ -8,3 +8,5 @@ walk: walk.cpp correlations: correlations.cpp $(CC) correlations.cpp -o correlations +integrator: integrator.cpp + $(CC) integrator.cpp -o integrator -- cgit v1.2.3-70-g09d2