From 8331cf653f6ac80ebb9c96c9c844803ce0278d43 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 11 Feb 2025 15:26:41 -0300 Subject: Split up code, worked on presentation slides. --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 45c7329..1eccaac 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ -all: poly abs +all: fits fits_abs many_over -poly: +fits: fits.cpp fits.hpp clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp fits.cpp -o fits -abs: +many_over: many_over.cpp fits.hpp + clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp many_over.cpp -o many_over + +fits_abs: fits.cpp fits.hpp clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp -DFITS_ABS_BASIS fits.cpp -o fits_abs -- cgit v1.2.3-70-g09d2