summaryrefslogtreecommitdiff
path: root/win32/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'win32/Makefile')
-rw-r--r--win32/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 7ec55f20..bb7cb34e 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -64,7 +64,7 @@ all:
endif
tidy dist:
- -rm -f *.o *.i *.s *.a .*.d *_bin.c hello.exe
+ -rm -f *.o *.i *.s *.a .*.d *.tmp *_bin.c hello.exe
clean: tidy
@@ -84,4 +84,4 @@ syslinux.exe: $(OBJS)
%.s: %.c
$(WINCC) $(WINCFLAGS) -S -o $@ $<
--include .*.d
+-include .*.d *.tmp