You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g. we have the model ShearTemplate to compile.
we would like this command to work make all MODEL=ShearTemplate.txt
so far only make all MODEL=ShearTemplate would work (file extension need to be removed).
During the execution of the script (make), check if $(MODEL) has '.txt' at the end. If yes, remove it.
The text was updated successfully, but these errors were encountered:
e.g. we have the model ShearTemplate to compile.
we would like this command to work
make all MODEL=ShearTemplate.txt
so far only
make all MODEL=ShearTemplate
would work (file extension need to be removed).During the execution of the script (make), check if $(MODEL) has '.txt' at the end. If yes, remove it.
The text was updated successfully, but these errors were encountered: