aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 4208329ebdb..01e7622d811 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -230,9 +230,12 @@ install: $(ALL)
230# Maintenance 230# Maintenance
231# 231#
232clean:; - $(DEL) *~ "s/*~" "m/*~" 232clean:; - $(DEL) *~ "s/*~" "m/*~"
233 - $(DEL) *.pdb config.h epaths.h 233 - $(DEL) *.pdb
234 - $(DEL_TREE) $(OBJDIR) 234 - $(DEL_TREE) $(OBJDIR)
235 235
236distclean: clean
237 - $(DEL) config.h epaths.h
238
236cleanall: clean 239cleanall: clean
237 - $(DEL_TREE) obj 240 - $(DEL_TREE) obj
238 - $(DEL_TREE) obj-spd 241 - $(DEL_TREE) obj-spd