mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Don't delete executables other than wget.exe.
CV: ---------------------------------------------------------------------.
This commit is contained in:
parent
323d9c8b49
commit
b5a5f0f6c2
@ -1,3 +1,9 @@
|
||||
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* windows/Makefile.src.bor: Don't delete executables other than
|
||||
wget.exe. Delete various auxilliary files created by the Borland
|
||||
build process.
|
||||
|
||||
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
|
||||
|
||||
* NEWS: Advertise new-style syntax for --no-dns-cache instead
|
||||
|
@ -70,9 +70,13 @@ $(LIBDIR)\cw32.lib
|
||||
clean:
|
||||
$(RM) *.bak
|
||||
$(RM) *.obj
|
||||
$(RM) *.exe
|
||||
$(RM) *.map
|
||||
$(RM) *.tds
|
||||
$(RM) wget.exe
|
||||
$(RM) wget.ilc
|
||||
$(RM) wget.ild
|
||||
$(RM) wget.ilf
|
||||
$(RM) wget.ils
|
||||
$(RM) wget.map
|
||||
$(RM) wget.tds
|
||||
|
||||
o = .obj
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user