Remove hello.exe when doing make tidy
authorhpa <hpa>
Wed, 8 Dec 2004 20:23:21 +0000 (20:23 +0000)
committerhpa <hpa>
Wed, 8 Dec 2004 20:23:21 +0000 (20:23 +0000)
win32/Makefile

index 3106d6b..cdcdebd 100644 (file)
@@ -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