bubble-dynamics

Spherical bubble dynamics simulator
git clone https://git.0xfab.ch/bubble-dynamics.git
Log | Files | Refs | README | LICENSE

commit 5df28a3399491ce662c093e83e24eaf8aff2f714
parent 2a480865ce93cc8815b86c6033c96afba687a2a5
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Thu, 22 Sep 2016 19:21:35 +0200

added deepclean rule

Diffstat:
MMakefile | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -63,3 +63,7 @@ bubbleDynamics: $(SRC) $(HDR) clean: rm -f *~ bubbleDynamics + +deepclean: + rm -f bubbleDynamics + find . -iname "*~" -exec rm -f {} \;