diff options
author | hpa <hpa> | 2004-08-16 17:09:18 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-08-16 17:09:18 +0000 |
commit | 0d2aab651955228634b61ced86d905f35fa3cbae (patch) | |
tree | b4352ad20341a008b44cfeece529e2bbdac3bfba /sample/Makefile | |
parent | 098e4e85d6a5dd5b6dbf6aded79d86283905d8c4 (diff) | |
download | syslinux-0d2aab651955228634b61ced86d905f35fa3cbae.tar.gz |
Fix "make tidy"
Diffstat (limited to 'sample/Makefile')
-rw-r--r-- | sample/Makefile | 4 |
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 |