Skip to content

Commit

Permalink
Minor cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jcandy committed Feb 13, 2024
1 parent a5c1e35 commit 726c1b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ all:
clean:
rm -f .VERSION
cd shared ; make clean
cd shared/hybridtest ; make clean
cd neo ; make clean
cd vgen ; make clean
cd tglf ; make clean
Expand Down
6 changes: 3 additions & 3 deletions qlgyro/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,15 @@ OBJECTS += qlgyro_globals.o \
.SUFFIXES : .o .f90 .F90

all: qlgyro_lib.a $(EXEC).o $(EXTRA_LIBS)
$(FC) $(FFLAGS) -o $(EXEC) $(EXEC).o qlgyro_lib.a $(EXTRA_LIBS) $(LMATH) $(NN_LIB) $(HARVEST)
$(FC) $(FFLAGS) -o $(EXEC) $(EXEC).o qlgyro_lib.a $(EXTRA_LIBS) $(LMATH) $(NN_LIB)

qlgyro_lib.a: $(OBJECTS)
$(ARCH) qlgyro_lib.a $(OBJECTS)

.f90.o .F90.o:
$(FC) $(FMATH) $(FFLAGS) $(NN_LIB) $(HARVEST) -c $<
$(FC) $(FMATH) $(FFLAGS) $(NN_LIB) -c $<

clean:
rm -f $(EXEC) $(EXEC2)
rm -f $(EXEC)
rm -f *.o ${GACODE_ROOT}/modules/qlgyro*.mod
rm -f qlgyro_lib.a
Binary file removed qlgyro/src/qlgyro
Binary file not shown.

0 comments on commit 726c1b3

Please sign in to comment.