From: hpa Date: Tue, 11 Jun 2002 21:34:46 +0000 (+0000) Subject: Make sure "make clean" does the right thing. X-Git-Tag: syslinux-3.11~682 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=62405f3c19985cec219984cf8722af083dc7dd78;p=profile%2Fivi%2Fsyslinux.git Make sure "make clean" does the right thing. --- diff --git a/sample/Makefile b/sample/Makefile index e6b648a..eca8691 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