1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-06-27 15:42:54 +02:00

Added dependency to config.h in makefiles

This commit is contained in:
Anthony Scemama 2022-10-11 17:56:28 +02:00
parent 1b02b49f51
commit d6ddfda80a

View File

@ -235,7 +235,7 @@ def main():
"$(src_qmckl_fo): $(src_qmckl_f)" ]
for f in sorted(DEPS.keys()):
if not DEPS[f][-1].endswith(".tangled"):
output += [ f + ": " + " ".join(DEPS[f]) ]
output += [ f + ": include/config.h " + " ".join(DEPS[f]) ]
output+= ["",
"## Test files",