cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

`make clobber` to only delete in `bin/` #195

Closed bcaddy closed 1 year ago

bcaddy commented 1 year ago

Previously make clobber deleted any executable that matched the pattern cholla* in the entire repo. Now it only deletes executables that follow this pattern and are in bin. The reason is that I accidentally deleted an executable script who's name started with cholla and that seems like something that others will do as well