aboutsummaryrefslogtreecommitdiff
path: root/nix/.gitignore
blob: 92d0520cc77039103b4ca0df4cec668c8b339220 (about) (plain)
1
2
3
4
*.a
*.o
.deps
.dirstamp
lected'>3space:mode:
Diffstat
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0f53c01..52ee01c 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,8 @@ FFLAGS = -std=f2008 -Wall -pedantic -fbounds-check -fimplicit-none \
endif
ifeq ($(FC), ifort)
-FFLAGS = -std08 -module . -implicitnone -pedantic -check bounds \
- -O2 -I/usr/include -lfftw3 -lm
+FFLAGS = -std08 -module . -implicitnone -check bounds -O2 \
+ -I/usr/include -lfftw3
endif
endif