inteltool/Makefile: Clean .dependencies too
Change-Id: Ib4fc326c6612f2d142c8a5220949fbb4b97c37a1 Signed-off-by: Nico Huber <nico.huber@secunet.com> Reviewed-on: https://review.coreboot.org/20176 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
cce508fed2
commit
cde2bdf496
|
@ -49,7 +49,7 @@ $(PROGRAM): $(OBJS)
|
|||
$(CC) $(CFLAGS) $(CPPFLAGS) -o $(PROGRAM) $(OBJS) $(LDFLAGS)
|
||||
|
||||
clean:
|
||||
rm -f $(PROGRAM) *.o *~ junit.xml
|
||||
rm -f $(PROGRAM) *.o *~ junit.xml .dependencies
|
||||
|
||||
distclean: clean
|
||||
rm -f .dependencies
|
||||
|
|
Loading…
Reference in New Issue