1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Hadrons: module list generator fix

This commit is contained in:
Antonin Portelli 2018-09-04 18:22:04 +01:00
parent 6f09df0daf
commit f0e341d726

View File

@ -8,5 +8,5 @@ find Modules -name '*.hpp' -type f -print | sed 's/^/ /;$q;s/$/ \\/' >> modules
echo '' >> modules.inc
rm -f Modules.hpp
for f in `find Modules -name '*.hpp'`; do
echo "#include <Grid/Hadrons/${f}>" >> Modules.hpp
echo "#include <Hadrons/${f}>" >> Modules.hpp
done