Unverified Commit d1849b90 authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

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

Fix the makefile to remove the cert_create executable on 'make realclean'
parents bf0c1129 2f36e853
......@@ -86,5 +86,5 @@ clean:
$(call SHELL_DELETE_ALL, src/build_msg.o ${OBJECTS})
realclean: clean
$(call SHELL_DELETE, ${BINARY})
$(call SHELL_DELETE,${BINARY})
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment