Skip to content

Commit

Permalink
ran pre-commit on the sources
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Papior <nickpapior@gmail.com>
  • Loading branch information
zerothi committed Feb 19, 2024
1 parent 9c431a3 commit ddc0ff0
Show file tree
Hide file tree
Showing 15 changed files with 234 additions and 206 deletions.
3 changes: 1 addition & 2 deletions .arch.make
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
FC=gfortran
FFLAGS = -g
FFLAGS = -g

.F90.o:
$(FC) -c $(INC) $(FFLAGS) $(FPPFLAGS) $<

.f90.o:
$(FC) -c $(INC) $(FFLAGS) $<

2 changes: 1 addition & 1 deletion Makefile.project
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ install-mod: $(F_MODS)
.NOTPARALLEL: install-header
smeka-install: install-header
install-header: fdict.inc smeka-install-init-dir
$(INSTALL) -m $(_OCT_rwrr) -t $(DESTDIR)$(PREFIX)/$(INC_DIR) fdict.inc fdict.fypp
$(INSTALL) -m $(_OCT_rwrr) -t $(DESTDIR)$(PREFIX)/$(INC_DIR) fdict.inc fdict.fypp


# Force the deletion of both libraries
Expand Down
Loading

0 comments on commit ddc0ff0

Please sign in to comment.