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:
Evan Lloyd 2015-12-02 18:22:22 +00:00
parent 231c14702c
commit aeb25668fb
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ LIB := -lssl -lcrypto
CC := gcc
RM := rm -rf
.PHONY: all clean
.PHONY: all clean realclean
all: clean ${BINARY}