From acbc5f68c6c7d3e5ff9014a7c7ac91498c4e702b Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 22 Sep 2015 11:06:04 +0200 Subject: Update old project name in documentation. - closes #16 --- Documentation/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/building.md b/Documentation/building.md index f198c77..3e6c819 100644 --- a/Documentation/building.md +++ b/Documentation/building.md @@ -8,7 +8,7 @@ A complete build of flow involves two parts Both steps are independent, their only interaction being a header file generated by the JDK utility `javah` (see `sbt javah` for details), and may therefore be built in any order. ## Building Scala Sources -Run `sbt flow/packageBin` in the base directory. This simply compiles Scala sources as with any standard SBT project and packages the resulting class-files in a jar. +Run `sbt flow-main/packageBin` in the base directory. This simply compiles Scala sources as with any standard SBT project and packages the resulting class-files in a jar. ## Building Native Sources The back-end is managed by GNU Autotools and all relevant files are contained in `flow-native`. -- cgit v1.2.3