Skip to content

Commit

Permalink
delete white space
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 committed Oct 18, 2023
1 parent 85458d5 commit 6a85a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.Microphysics_extern
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ clean::
@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, $(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))
$(foreach t, $(wildcard *_electroncapture.dat), $(shell if [ -L $t ]; then rm -f $t; fi))

0 comments on commit 6a85a88

Please sign in to comment.