diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-17 05:05:24 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1998-04-17 05:05:24 +0000 |
commit | 22270f1789e2ed3a24c9a843a51fc87b7e6021f5 (patch) | |
tree | d20d77841c507a6f7b3a4a26f9b507edb4c7d3a5 /nt | |
parent | 0fc02397bc4056b11fa82d0256f39a1d1ddfe849 (diff) | |
download | emacs-22270f1789e2ed3a24c9a843a51fc87b7e6021f5.tar.gz |
(clean): Delete patch generated files, optimized
build directory.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.nt | 6 |
1 files changed, 5 insertions, 1 deletions
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 |