mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
Add "clean" target
This commit is contained in:
parent
91fe9d14a4
commit
d6b79fb8c4
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -1,2 +1,5 @@
|
|||
all:
|
||||
./bootstrap
|
||||
|
||||
clean:
|
||||
@rm -rf rebar ebin/*.beam inttest/rt.work
|
Loading…
Reference in a new issue