Skip to content

Commit

Permalink
do not rely on NET_TABLES
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Oct 18, 2023
1 parent c81cf7d commit 85458d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Make.Microphysics_extern
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,5 @@ 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 [ -L nse.tbl ]; then rm -f nse.tbl; fi
$(foreach t, $(NET_TABLES), $(shell if [ -L `basename $t` ]; then rm -f `basename $t`; fi))
$(foreach t, $(wildcard *_betadecay.dat), $(shell if [ -L $t ]; then rm -f $t; fi))
$(foreach t, $(wildcard *_electroncapture.dat), $(shell if [ -L $t ]; then rm -f $t; fi))

0 comments on commit 85458d5

Please sign in to comment.