Skip to content

Commit 4ac2eec

Browse files
committed
WIP5
1 parent 1a90e0a commit 4ac2eec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/make.fsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,3 +325,8 @@ match maybeTarget with
325325
let buildConfig = MakeAll None
326326
RunFrontend buildConfig None
327327
|> ignore
328+
329+
| Some(someOtherTarget) ->
330+
Console.Error.WriteLine("Unrecognized target: " + someOtherTarget)
331+
Environment.Exit 2
332+

0 commit comments

Comments
 (0)