summaryrefslogtreecommitdiff
path: root/sample
diff options
context:
space:
mode:
authorhpa <hpa>2004-08-16 17:09:18 +0000
committerhpa <hpa>2004-08-16 17:09:18 +0000
commit0d2aab651955228634b61ced86d905f35fa3cbae (patch)
treeb4352ad20341a008b44cfeece529e2bbdac3bfba /sample
parent098e4e85d6a5dd5b6dbf6aded79d86283905d8c4 (diff)
downloadsyslinux-0d2aab651955228634b61ced86d905f35fa3cbae.tar.gz
Fix "make tidy"
Diffstat (limited to 'sample')
-rw-r--r--sample/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample/Makefile b/sample/Makefile
index cdaabff8..0e7281c0 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