rename a file

This commit is contained in:
tTh
2024-02-06 17:01:03 +01:00
parent 98350ed6c6
commit 72f59b96e5
2 changed files with 37 additions and 2 deletions

View File

@@ -47,9 +47,9 @@ libtth90modules.a: $(OBJECTS) Makefile
#
chkpixels: chkpixels.f90 Makefile libtth90modules.a
gfortran $(GFOPT) $< libtth90modules.a -o $@
gfortran $(GFOPT) -pg $< libtth90modules.a -o $@
t: t.f90 Makefile libtth90modules.a
t_centermag: t_centermag.f90 Makefile libtth90modules.a
gfortran $(GFOPT) $< libtth90modules.a -o $@
trnd: trnd.f90 Makefile libtth90modules.a