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
Or something a bit cleverer, e.g. only deleting .mods created when running make (for that Makefile). I'm not sure whether this is a good idea, it's probably best to just blast *.mod.
Note quickdbuild.sh cleans out *.mod
side note: submodules are *.smod
The text was updated successfully, but these errors were encountered:
The makefiles created with mkmf do not clean out .mod files
make clean
leaves a bunch of *.mod files.
In mkmf,
-print MAKEFILE "clean: neat\n\t-rm -f .cppdefs \$(OBJ) $opt_p\n"; print MAKEFILE "clean: neat\n\t-rm -f .cppdefs *.mod \$(OBJ) $opt_p\n";
Or something a bit cleverer, e.g. only deleting .mods created when running make (for that Makefile). I'm not sure whether this is a good idea, it's probably best to just blast *.mod.
Note quickdbuild.sh cleans out *.mod
side note: submodules are *.smod
The text was updated successfully, but these errors were encountered: