From 0c5dc2f8fc4d428130212b7b9ba8d3c86844cc58 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 3 Apr 2025 10:47:33 -0300 Subject: Added file for calculating energy later. --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 21f3def..c013825 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -all: walk correlations integrator fourier_integrator +all: walk correlations integrator fourier_integrator get_energy CC := clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp -lfftw3 -g @@ -13,3 +13,6 @@ integrator: integrator.cpp fourier_integrator: fourier_integrator.cpp $(CC) fourier_integrator.cpp -o fourier_integrator + +get_energy: get_energy.cpp + $(CC) get_energy.cpp -o get_energy -- cgit v1.2.3-70-g09d2