bubble-dynamics

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

commit 9d89293d196931f9a0d2eef8389bc8426557effe
parent 2ba6ff46649c6486f6361f143e75512d11f40c1e
Author: Fabian Wermelinger <fabianw@mavt.ethz.ch>
Date:   Sun, 25 Sep 2016 15:11:19 +0200

modified clean rule in Makefile

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

diff --git a/Makefile b/Makefile @@ -63,6 +63,7 @@ bubbleDynamics: $(SRC) $(HDR) clean: rm -f *~ bubbleDynamics + rm -rf *.dSYM deepclean: rm -f bubbleDynamics