From 26fff09ab2cfd42aafcebd3b39d3c13265cc4faf Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 10 Feb 2025 17:41:35 -0300 Subject: Added Makefile --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..45c7329 --- /dev/null +++ b/Makefile @@ -0,0 +1,7 @@ +all: poly abs + +poly: + clang++ -std=c++17 -Wno-mathematical-notation-identifier-extension -O3 -march=native -mtune=native -fopenmp fits.cpp -o fits + +abs: + 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