Remove rebar
diff --git a/Makefile b/Makefile
index 142efd2..0b89c59 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
+REBAR?=rebar
+
 perf_report:
-	./rebar -C rebar-test.config get compile
+	$(REBAR) -C rebar-test.config get compile
 	erl -pa deps/*/ebin ebin -noshell -run hyper perf_report -s init stop
 
 # This report require additional dependencies stdlib2 and basho_stats
diff --git a/rebar b/rebar
deleted file mode 100755
index 8f78e93..0000000
--- a/rebar
+++ /dev/null
Binary files differ