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 a434002 commit 11a8e07
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 @@ -71,7 +71,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 11a8e07

Please sign in to comment.