From a5daa22f4de03d56a5282d261e356add22e45904 Mon Sep 17 00:00:00 2001 From: malc Date: Fri, 1 Jan 2016 13:38:11 +0300 Subject: [PATCH] Update --- BUILDING | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BUILDING b/BUILDING index e953bf3..bcd68d4 100644 --- a/BUILDING +++ b/BUILDING @@ -28,6 +28,8 @@ Hard way: ghc [https://www.haskell.org/ghc/] shake [http://shakebuild.com/] - llpp% runghc Build.hs -j0 [build/llpp.native] + llpp% shake -j0 [build/llpp.native] +or + llpp% runghc Shakefile.hs -j0 [build/llpp.native] Standalone binary should now be in build/llpp[.native] -- 2.11.4.GIT