Merge pull request #29 from tuncer/makefile

Makefile: fix 'clean' and add 'distclean'
This commit is contained in:
Dave Smith 2012-11-30 06:49:05 -08:00
commit e47e03bfce

View file

@ -7,7 +7,10 @@ all:
./bootstrap ./bootstrap
clean: 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: debug:
@./bootstrap debug @./bootstrap debug