From 108efe269b046b4099569d5778e93600b3888f3d Mon Sep 17 00:00:00 2001 From: Alexey Romanov Date: Sat, 15 Jan 2011 14:24:58 +0300 Subject: [PATCH] Don't remove priv/ entirely on make clean. Just in case we want to add something other than .so/.dll there later. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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