diff options
author | hpa <hpa> | 2002-06-11 21:34:46 +0000 |
---|---|---|
committer | hpa <hpa> | 2002-06-11 21:34:46 +0000 |
commit | 62405f3c19985cec219984cf8722af083dc7dd78 (patch) | |
tree | b1e35b9a6e8e13bde992b03150ad3a544d2cfef1 /sample | |
parent | aae1e57ba0f31f1c20fe515c6e40d40a60eace70 (diff) | |
download | syslinux-62405f3c19985cec219984cf8722af083dc7dd78.tar.gz |
Make sure "make clean" does the right thing.
Diffstat (limited to 'sample')
-rw-r--r-- | sample/Makefile | 2 |
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 |