aboutsummaryrefslogtreecommitdiffstats
path: root/sample
diff options
context:
space:
mode:
authorhpa <hpa>2002-06-11 21:34:46 +0000
committerhpa <hpa>2002-06-11 21:34:46 +0000
commit62405f3c19985cec219984cf8722af083dc7dd78 (patch)
treeb1e35b9a6e8e13bde992b03150ad3a544d2cfef1 /sample
parentaae1e57ba0f31f1c20fe515c6e40d40a60eace70 (diff)
downloadsyslinux-62405f3c19985cec219984cf8722af083dc7dd78.tar.gz
Make sure "make clean" does the right thing.
Diffstat (limited to 'sample')
-rw-r--r--sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile
index e6b648a0..eca86918 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -41,6 +41,6 @@ hello.elf: hello.o
$(LD) -Ttext 0x101000 -e _start -o $@ $<
clean:
- rm -f *.lss
+ rm -f *.lss *.o *.elf *.c32
spotless: clean