From 22270f1789e2ed3a24c9a843a51fc87b7e6021f5 Mon Sep 17 00:00:00 2001 From: Geoff Voelker Date: Fri, 17 Apr 1998 05:05:24 +0000 Subject: [PATCH] (clean): Delete patch generated files, optimized build directory. --- nt/makefile.nt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nt/makefile.nt b/nt/makefile.nt index b25068448f1..e88af38df15 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -157,8 +157,12 @@ real_install: # CLEAN_CMD = $(MAKE) -f makefile.nt clean clean:; - $(DEL) *~ *.pdb + - $(DEL) *.orig + - $(DEL) *.rej + - $(DEL) *.crlf - $(DEL_TREE) deleted - - $(DEL_TREE) $(OBJDIR) + - $(DEL_TREE) obj + - $(DEL_TREE) obj-spd - $(DEL_TREE) ..\bin - $(DEL) ..\etc\DOC ..\etc\DOC-X - $(DEL) emacs.bat -- 2.39.2