From 327d64e3638224de0c0d57e2ae007ad42d0ef582 Mon Sep 17 00:00:00 2001 From: Pavel Demin Date: Sat, 31 Mar 2018 20:41:18 +0200 Subject: [PATCH] update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 391c661..f0237bd 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,12 @@ OBJECTS = \ CC = gcc FC = gfortran -LD = g++ +LD = gfortran RM = rm -f CFLAGS = -O3 -Wall -fbounds-check FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore -LDFLAGS = -lfftw3f `$(FC) -print-file-name=libgfortran.so` +LDFLAGS = -lfftw3f all: $(TARGET)