mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Delete dialyzer_warnings on 'make distclean'
This commit is contained in:
parent
be8b022a82
commit
5766b77451
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ clean:
|
|||
@rm -rf rebar ebin/*.beam inttest/rt.work rt.work .eunit
|
||||
|
||||
distclean: clean
|
||||
@rm -f dialyzer_warnings
|
||||
@rm -rf deps
|
||||
|
||||
debug:
|
||||
|
|
Loading…
Reference in a new issue