nvramcui: Add distclean target

This doesn't do anything more than the clean target, but having both
clean and distclean targets in all makefiles makes standardizing the
cleaning routines easier.

Change-Id: I41578de371a8f767ee23266c30e65e928f0985c4
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/13939
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
This commit is contained in:
Martin Roth 2016-03-07 16:40:14 -07:00
parent 3f1abb84e8
commit c3fbda4e73
1 changed files with 2 additions and 0 deletions

View File

@ -8,3 +8,5 @@ all: nvramcui.elf
.PHONY: .PHONY:
clean: clean:
rm -f nvramcui.elf rm -f nvramcui.elf
distclean: clean