Make sure "make clean" does the right thing.
authorhpa <hpa>
Tue, 11 Jun 2002 21:34:46 +0000 (21:34 +0000)
committerhpa <hpa>
Tue, 11 Jun 2002 21:34:46 +0000 (21:34 +0000)
sample/Makefile

index e6b648a..eca8691 100644 (file)
@@ -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