From 0d2aab651955228634b61ced86d905f35fa3cbae Mon Sep 17 00:00:00 2001 From: hpa Date: Mon, 16 Aug 2004 17:09:18 +0000 Subject: [PATCH] Fix "make tidy" --- sample/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/Makefile b/sample/Makefile index cdaabff..0e7281c 100644 --- a/sample/Makefile +++ b/sample/Makefile @@ -68,10 +68,10 @@ syslogo.lss: syslogo.png $(PPMTOLSS16) > syslogo.lss tidy: - rm -f *.o *.a *.lst + rm -f *.o *.a *.lst *.elf # Don't specify *.com since mdiskchk.com can't be built using Linux tools clean: tidy - rm -f *.lss *.o *.elf *.c32 comecho.com + rm -f *.lss *.o *.c32 comecho.com spotless: clean -- 2.7.4