projects
/
project
/
bcm63xx
/
atf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
231c147
)
Make:Add realclean to .PHONY list
author
Evan Lloyd
<evan.lloyd@arm.com>
Wed, 2 Dec 2015 18:22:22 +0000
(18:22 +0000)
committer
Evan Lloyd
<evan.lloyd@arm.com>
Fri, 1 Apr 2016 11:33:09 +0000
(12:33 +0100)
Update the cert_create Makefile to list realclean as .PHONY
(like clean)
Change-Id: I9dc8a61a11574a044372e0952b5b12b74e133747
tools/cert_create/Makefile
patch
|
blob
|
history
diff --git
a/tools/cert_create/Makefile
b/tools/cert_create/Makefile
index 4a6dd6b8c0297d53fbd066d2c777313edf574fff..accd5fcd431c692c2965086bc3d37a40c99dc569 100644
(file)
--- a/
tools/cert_create/Makefile
+++ b/
tools/cert_create/Makefile
@@
-79,7
+79,7
@@
LIB := -lssl -lcrypto
CC := gcc
RM := rm -rf
-.PHONY: all clean
+.PHONY: all clean
realclean
all: clean ${BINARY}