CDC help fix.
This commit is contained in:
parent
8eae6c61bc
commit
7ac83245a4
2
cdc.d
2
cdc.d
|
@ -234,7 +234,7 @@ void main(string[] args)
|
|||
case "all": build("debug", "release", "unittest"); break;
|
||||
default:
|
||||
writeln("unknown build target: ", target);
|
||||
writeln("available targets: 'debug', 'release', 'profile', 'all'");
|
||||
writeln("available targets: 'debug', 'release', 'profile', 'unittest', 'all'");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue