diff --git a/GNUmakefile b/GNUmakefile index 860e788..6186eee 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ test: $(REBAR_COMPILE) eunit clean: - -rm -rf deps ebin priv doc/* .eunit c_src/*.o config.tmp + -rm -rf deps ebin priv/*.so doc/* .eunit/* c_src/*.o config.tmp docs: $(REBAR_COMPILE) doc