diff options
author | hpa <hpa> | 2004-12-08 20:23:21 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-08 20:23:21 +0000 |
commit | 1ba37ec73d2ad7fc4b55622eb5e7cf0ef42f60ec (patch) | |
tree | a1f13b05cb766293183e95e3f5bf9ed087eca7fe | |
parent | 06907c4ce4e2a695a6607c2f8940e5723b2db57d (diff) | |
download | syslinux-1ba37ec73d2ad7fc4b55622eb5e7cf0ef42f60ec.tar.gz |
Remove hello.exe when doing make tidysyslinux-2.12-pre10
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile b/win32/Makefile index 3106d6b7..cdcdebd4 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 |