Commit aeb25668 authored by Evan Lloyd's avatar Evan Lloyd
Browse files

Make:Add realclean to .PHONY list

Update the cert_create Makefile to list realclean as .PHONY
(like clean)

Change-Id: I9dc8a61a11574a044372e0952b5b12b74e133747
parent 231c1470
...@@ -79,7 +79,7 @@ LIB := -lssl -lcrypto ...@@ -79,7 +79,7 @@ LIB := -lssl -lcrypto
CC := gcc CC := gcc
RM := rm -rf RM := rm -rf
.PHONY: all clean .PHONY: all clean realclean
all: clean ${BINARY} all: clean ${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