Merge pull request #1365 from jonathanwright-ARM/jw/fix-cert-create-makefile

Fix the makefile to remove the cert_create executable on 'make realclean'
This commit is contained in:
danh-arm 2018-05-03 16:45:17 +01:00 committed by GitHub
commit d1849b9033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,5 +86,5 @@ clean:
$(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS})
realclean: clean
$(call SHELL_DELETE, ${BINARY})
$(call SHELL_DELETE,${BINARY})