mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
255 B
12 lines
255 B
default:
|
|
|
|
|
|
clobber:
|
|
-del \binaries\nt\system32\wincfg.hlp 2>nul
|
|
-del \binaries\nt\system32\winadmin.hlp 2>nul
|
|
-del \binaries\nt\system32\c2cfg.hlp 2>nul
|
|
-del \binaries\nt\system32\appsec.hlp 2>nul
|
|
|
|
clean: clobber default
|
|
|
|
|