commit | 822525c5b5014f2afb53577cabf8f7a2c42001ab | [log] [tgz] |
---|---|---|
author | danh-arm <dan.handley@arm.com> | Thu May 03 16:45:17 2018 +0100 |
committer | GitHub <noreply@github.com> | Thu May 03 16:45:17 2018 +0100 |
tree | 41ae8a74e5b8402dccd8be15b13e7866a0d5e7b8 | |
parent | 962a211401e4ab7129ec1cf594818f4beac73261 [diff] | |
parent | 69da5f23739341378756ad8d0b4ae26419637f80 [diff] |
Merge pull request #1365 from jonathanwright-ARM/jw/fix-cert-create-makefile Fix the makefile to remove the cert_create executable on 'make realclean'
diff --git a/tools/cert_create/Makefile b/tools/cert_create/Makefile index b0994b8..8a1958f 100644 --- a/tools/cert_create/Makefile +++ b/tools/cert_create/Makefile
@@ -86,5 +86,5 @@ $(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS}) realclean: clean - $(call SHELL_DELETE, ${BINARY}) + $(call SHELL_DELETE,${BINARY})