update Makefile

This commit is contained in:
Pavel Demin 2018-03-31 20:41:18 +02:00
parent 9f64287959
commit 327d64e363
1 changed files with 2 additions and 2 deletions

View File

@ -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)