summaryrefslogtreecommitdiff
path: root/sample/Makefile
diff options
context:
space:
mode:
authorhpa <hpa>2003-11-26 00:52:40 +0000
committerhpa <hpa>2003-11-26 00:52:40 +0000
commit425c329696d6c1c1a891c97d1bd095b4ea498ceb (patch)
tree339e3680c7466a1074dcc9e5954307d9d15505e6 /sample/Makefile
parentce0965d4926a45ea0fda5f5afdb79f8504b133bc (diff)
downloadsyslinux-425c329696d6c1c1a891c97d1bd095b4ea498ceb.tar.gz
Add a "make tidy" target for the sample directory
Diffstat (limited to 'sample/Makefile')
-rw-r--r--sample/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/sample/Makefile b/sample/Makefile
index 373828c3..0bd4512f 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -58,7 +58,11 @@ syslogo.lss: syslogo.png $(PPMTOLSS16)
$(PPMTOLSS16) \#000000=0 \#d0d0d0=7 \#f6f6f6=15 \
> syslogo.lss
-clean:
- rm -f *.lss *.o *.elf *.c32
+tidy:
+ rm -f *.o *.a *.lst
+
+# Don't specify *.com since mdiskchk.com can't be built using Linux tools
+clean: tidy
+ rm -f *.lss *.o *.elf *.c32 comecho.com
spotless: clean