4
1
mirror of https://github.com/pfloos/quack synced 2024-06-26 15:12:17 +02:00

Error message fixed

This commit is contained in:
Anthony Scemama 2020-10-14 17:13:13 +02:00
parent 3d4383d2b3
commit 24bd5c0de9

View File

@ -85,7 +85,7 @@ LIBXC_VERSION=5.0.0
rule_fortran = """
rule fc
command = $FC $FFLAGS -c $in -o $out && (mv -f *.mod $IDIR || : &> /dev/null )
command = $FC $FFLAGS -c $in -o $out
"""