diff --git a/Makefile b/Makefile index ea822b3..6a3ef76 100644 --- a/Makefile +++ b/Makefile @@ -21,4 +21,6 @@ static: else static: $(REBAR_COMPILE) analyze -endif \ No newline at end of file +endif + +.PHONY: all compile test clean docs static