source: CMT/HEAD/mgr/fragments/nmake/constituents_trailer @ 445

Last change on this file since 445 was 445, checked in by rybkin, 16 years ago

See C.L. 349

  • Property svn:eol-style set to native
File size: 269 bytes
Line 
1
2clean :: remove_library_links
3
4remove_library_links ::
5        $(echo) "Removing library links"
6        @$(remove_library_links)
7
8makefilesclean ::
9        @if exist *.make.* del *.make*
10
11###     @if exist checkuses del checkuses
12
13clean :: makefilesclean
14
15binclean :: clean
16        @del /Q $(bin)\*
17
Note: See TracBrowser for help on using the repository browser.