summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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