Browse Source

Add "clean" target

Dave Smith 15 years ago
parent
commit
d6b79fb8c4
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile View File

@ -1,2 +1,5 @@
all:
./bootstrap
clean:
@rm -rf rebar ebin/*.beam inttest/rt.work

Loading…
Cancel
Save