Skip to content

Commit

Permalink
Fix mbedtls clean target to delete all installed files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah committed Aug 6, 2016
1 parent d774ca2 commit 6b11fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/mbedtls.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif

clean-mbedtls:
-$(MAKE) -C $(BUILDDIR)/mbedtls-$(MBEDTLS_VER) clean
-rm -f $(MBEDTLS_OBJ_TARGET)
-rm -f $(MBEDTLS_OBJ_TARGET) $(build_shlibdir)/libmbed*

distclean-mbedtls:
-rm -rf $(SRCDIR)/srccache/$(MBEDTLS_SRC).tgz \
Expand Down

0 comments on commit 6b11fd5

Please sign in to comment.