1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Oops - and if we generate link maps, "make clean" should remove them too

[originally from svn r805]
This commit is contained in:
Simon Tatham 2000-11-21 11:14:57 +00:00
parent f2d5eb542a
commit 664de6a1a8

View File

@ -270,9 +270,11 @@ puttygen.$(RES): puttygen.rc puttygen.ico
puttygen.$(RES):
rc $(FWHACK) $(RCFL) -r -DWIN32 -D_WIN32 -DWINVER=0x0400 puttygen.rc
clean:
del *.obj
clean: tidy
del *.exe
tidy:
del *.obj
del *.res
del *.pch
del *.aps
@ -284,3 +286,4 @@ clean:
del *.ncb
del *.opt
del *.plg
del *.map