Repository: commons-crypto Updated Branches: refs/heads/master 98af9d7df -> 139c3f3c1
CRYPTO-99 Makefile clean removes too much Project: http://git-wip-us.apache.org/repos/asf/commons-crypto/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-crypto/commit/139c3f3c Tree: http://git-wip-us.apache.org/repos/asf/commons-crypto/tree/139c3f3c Diff: http://git-wip-us.apache.org/repos/asf/commons-crypto/diff/139c3f3c Branch: refs/heads/master Commit: 139c3f3c1a073076b7f73817016067845cfeced8 Parents: 98af9d7 Author: Sebb <s...@apache.org> Authored: Sat Jul 2 17:59:36 2016 +0100 Committer: Sebb <s...@apache.org> Committed: Sat Jul 2 17:59:36 2016 +0100 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-crypto/blob/139c3f3c/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index 8d7ecdf..6b98056 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ $(COMMONS_CRYPTO_OUT)/$(LIBNAME): $(COMMONS_CRYPTO_OBJ) $(STRIP) $@ clean: - rm -rf $(TARGET) + rm -rf $(TARGET)/jni-classes rm -rf $(COMMONS_CRYPTO_OUT) native: $(NATIVE_DLL)