1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-10-02 06:21:05 +02:00

add tests/trexio_f.f90 module file to CLEANFILES

This commit is contained in:
q-posev 2021-12-09 16:14:28 +01:00
parent e00f3b106e
commit 69e52d3071

View File

@ -146,6 +146,7 @@ endif
test_trexio_f = $(srcdir)/tests/trexio_f.f90
CLEANFILES += $(test_trexio_f)
$(test_trexio_f): $(trexio_f)
cp $(trexio_f) $(test_trexio_f)