source: CMT/v1r18p20041201/mgr/fragments/nmake/constituents_trailer @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 279 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        @if exist checkuses del checkuses
11
12clean :: makefilesclean
13
14binclean :: clean
15        @del /Q $(bin)\*
16
Note: See TracBrowser for help on using the repository browser.