From: hpa Date: Wed, 8 Dec 2004 20:23:21 +0000 (+0000) Subject: Remove hello.exe when doing make tidy X-Git-Tag: syslinux-3.11~352 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1ba37ec73d2ad7fc4b55622eb5e7cf0ef42f60ec;p=platform%2Fupstream%2Fsyslinux.git Remove hello.exe when doing make tidy --- diff --git a/win32/Makefile b/win32/Makefile index 3106d6b..cdcdebd 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -80,7 +80,7 @@ ldlinux_bin.o: ../ldlinux_bin.c $(CC) $(INCLUDE) $(CFLAGS) -c -o $@ $< tidy: - rm -f *.o *.a + rm -f *.o *.a hello.exe clean: tidy