Don't remove priv/ entirely on make clean.
Just in case we want to add something other than .so/.dll there later.
This commit is contained in:
@@ -17,7 +17,7 @@ test:
|
|||||||
$(REBAR_COMPILE) eunit
|
$(REBAR_COMPILE) eunit
|
||||||
|
|
||||||
clean:
|
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:
|
docs:
|
||||||
$(REBAR_COMPILE) doc
|
$(REBAR_COMPILE) doc
|
||||||
|
|||||||
Reference in New Issue
Block a user