diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2012-11-30 06:49:05 -0800 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2012-11-30 06:49:05 -0800 |
commit | e47e03bfce98d4070a73c69ff90288423c8aa37b (patch) | |
tree | 881a099d9f05c83885382791ef131a7504cd623f | |
parent | f0a2c5e84f91b6fd105bbf8eafc639f184cb5256 (diff) | |
parent | 8e12652aa6fb05d093125d7dd9dba09daa476516 (diff) |
Merge pull request #29 from tuncer/makefile
Makefile: fix 'clean' and add 'distclean'
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,10 @@ all: ./bootstrap clean: - @rm -rf rebar ebin/*.beam inttest/rt.work rt.work .test + @rm -rf rebar ebin/*.beam inttest/rt.work rt.work .eunit + +distclean: clean + @rm -rf deps debug: @./bootstrap debug |