Skip to content

Commit

Permalink
Merge pull request #2067 from Slesa/patch-1
Browse files Browse the repository at this point in the history
Update core-targets.md
  • Loading branch information
matthid authored Aug 17, 2018
2 parents 92d2423 + aeca3d9 commit 438969b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help/markdown/core-targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Target.create "Build" (fun _ ->
Trace.trace " --- Building the app --- "
)
Target.create "Rebuild" Target.DoNothing
Target.create "Rebuild" ignore
// *** Define Dependencies ***
"Build" ==> "Rebuild"
Expand Down

0 comments on commit 438969b

Please sign in to comment.