Skip to content
Snippets Groups Projects
Commit ff487e1a authored by Giacomo Mulas's avatar Giacomo Mulas
Browse files

Upload New File

parent 124aef6f
Branches original
Tags v0.0
No related merge requests found
FC=gfortran
FCFLAGS=-std=legacy -O3
LFLAGS=
all: frfme lffft
frfme: frfme.o
$(FC) $(FCFLAGS) -o frfme frfme.o $(LFLAGS)
lffft: lffft.o
$(FC) $(FCFLAGS) -o lffft lffft.o $(LFLAGS)
clean:
rm -f *.o
wipe:
rm -f frfme lffft *.o
%.o : %.f
$(FC) $(FCFLAGS) -c -o $@ $<
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment