mirror of
https://github.com/pavel-demin/ft8d.git
synced 2024-11-14 08:01:47 -05:00
update Makefile
This commit is contained in:
parent
9f64287959
commit
327d64e363
4
Makefile
4
Makefile
@ -10,12 +10,12 @@ OBJECTS = \
|
|||||||
|
|
||||||
CC = gcc
|
CC = gcc
|
||||||
FC = gfortran
|
FC = gfortran
|
||||||
LD = g++
|
LD = gfortran
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
|
|
||||||
CFLAGS = -O3 -Wall -fbounds-check
|
CFLAGS = -O3 -Wall -fbounds-check
|
||||||
FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore
|
FFLAGS = -O3 -Wall -funroll-loops -fno-second-underscore
|
||||||
LDFLAGS = -lfftw3f `$(FC) -print-file-name=libgfortran.so`
|
LDFLAGS = -lfftw3f
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user