From fe7dbcbaec8b5210604f942f322cecf55a37abe0 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 19 Feb 2008 16:48:21 -0800 Subject: com32: remove dependency files for "make tidy" --- com32/samples/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'com32/samples') diff --git a/com32/samples/Makefile b/com32/samples/Makefile index 315a9905..f17911d7 100644 --- a/com32/samples/Makefile +++ b/com32/samples/Makefile @@ -78,10 +78,10 @@ all: hello.c32 cat.c32 resolv.c32 vesainfo.c32 serialinfo.c32 \ $(OBJCOPY) -O binary $< $@ tidy: - rm -f *.o *.lo *.a *.lst *.elf + rm -f *.o *.lo *.a *.lst *.elf .*.d clean: tidy - rm -f *.lss *.c32 *.lnx *.com .*.d + rm -f *.lss *.c32 *.lnx *.com spotless: clean rm -f *~ \#* -- cgit