Skip to content
Snippets Groups Projects
Commit ff0102f6 authored by Paolo Bonzini's avatar Paolo Bonzini Committed by Alex Bennée
Browse files

vof: add distclean target


Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
[AJB: add clean dep to distclean]
Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Message-Id: <20220929114231.583801-16-alex.bennee@linaro.org>
parent ebc1d821
No related branches found
No related tags found
No related merge requests found
......@@ -19,4 +19,6 @@ vof.elf: entry.o main.o ci.o bootmem.o libc.o
clean:
rm -f *.o vof.bin vof.elf *~
.PHONY: all clean
distclean: clean
.PHONY: all clean distclean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment