Browse Source

unit: add XML file to clean target

Ensure 'make clean' in Unix unit test directory cleans up the XMl file
master
Joel Cunningham 8 years ago
parent
commit
b3c6d14496
  1. 2
      ports/unix/check/Makefile

2
ports/unix/check/Makefile

@ -56,7 +56,7 @@ include $(TESTDIR)/Filelists.mk
TESTOBJS=$(notdir $(TESTFILES:.c=.o))
clean:
@rm -f *.o $(LWIPLIBCOMMON) $(APPLIB) lwip_unittests *.s .depend* *.core core
@rm -f *.o $(LWIPLIBCOMMON) $(APPLIB) lwip_unittests *.s .depend* *.core core lwip_unittests.xml
depend dep: .depend

Loading…
Cancel
Save