From 1ba37ec73d2ad7fc4b55622eb5e7cf0ef42f60ec Mon Sep 17 00:00:00 2001 From: hpa Date: Wed, 8 Dec 2004 20:23:21 +0000 Subject: [PATCH] Remove hello.exe when doing make tidy --- win32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4