Browse Source

Delete dialyzer_warnings on 'make distclean'

pull/3/head
Tuncer Ayaz 12 years ago
parent
commit
5766b77451
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@ -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…
Cancel
Save