diff --git a/Make.Microphysics_extern b/Make.Microphysics_extern index 2954ebbffc..4f8fc317d2 100644 --- a/Make.Microphysics_extern +++ b/Make.Microphysics_extern @@ -148,5 +148,5 @@ endif clean:: @if [ -L helm_table.dat ]; then rm -f helm_table.dat; fi @if [ -L reaclib_rate_metadata.dat ]; then rm -f reaclib_rate_metadata.dat; fi - @if [ ! -f nse19.tbl ]; then rm -f nse19.tbl; fi - $(foreach t, $(NET_TABLES), $(shell if [ ! -L `basename $t` ]; then rm -f `basename $t` ; fi)) + @if [ -L nse.tbl ]; then rm -f nse.tbl; fi + $(foreach t, $(wildcard *_betadecay.dat *_electroncapture.dat), $(shell if [ -L $t ]; then rm -f $t; fi)) \ No newline at end of file