commit | 89b98142b89c5579f1460bedafc79ab84d026125 | [log] [tgz] |
---|---|---|
author | Wu, Jheng-Jhong <goodwater.wu@gmail.com> | Thu Nov 26 09:27:17 2020 +0800 |
committer | Victor Wu <victor_wu@bizlinktech.com> | Thu Nov 26 09:28:40 2020 +0800 |
tree | a82717782e41b37e5714a62b3af34a1004b2c566 | |
parent | 9aaa3e164a4bc66fef986a4d0e9e4c0a24097693 [diff] [blame] |
Remove psa header files in uninstall part Uninstall psa header files which installed to DESTDIR. Signed-off-by: Wu, Jheng-Jhong <goodwater.wu@gmail.com> Signed-off-by: Victor Wu <victor_wu@bizlinktech.com>
diff --git a/Makefile b/Makefile index f8d26d2..9344e71 100644 --- a/Makefile +++ b/Makefile
@@ -45,6 +45,7 @@ uninstall: rm -rf $(DESTDIR)/include/mbedtls + rm -rf $(DESTDIR)/include/psa rm -f $(DESTDIR)/lib/libmbedtls.* rm -f $(DESTDIR)/lib/libmbedx509.* rm -f $(DESTDIR)/lib/libmbedcrypto.*