mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
Make:Add realclean to .PHONY list
Update the cert_create Makefile to list realclean as .PHONY (like clean) Change-Id: I9dc8a61a11574a044372e0952b5b12b74e133747
This commit is contained in:
parent
231c14702c
commit
aeb25668fb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ LIB := -lssl -lcrypto
|
|||
CC := gcc
|
||||
RM := rm -rf
|
||||
|
||||
.PHONY: all clean
|
||||
.PHONY: all clean realclean
|
||||
|
||||
all: clean ${BINARY}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue