mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Merge pull request #29 from tuncer/makefile
Makefile: fix 'clean' and add 'distclean'
This commit is contained in:
commit
e47e03bfce
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue