diff --git a/Makefile b/Makefile index d9e402e..1fefd43 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ all: ./bootstrap + +clean: + @rm -rf rebar ebin/*.beam inttest/rt.work \ No newline at end of file