[commit: ghc] wip/nfs-locking: Add shake launcher. (cf7b65b)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:43:24 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/cf7b65b5b200048fd0597ee606ccd876848a3b05/ghc
>---------------------------------------------------------------
commit cf7b65b5b200048fd0597ee606ccd876848a3b05
Author: Andrey Mokhov <andrey.mokhov at ncl.ac.uk>
Date: Tue Dec 23 17:28:03 2014 +0000
Add shake launcher.
>---------------------------------------------------------------
cf7b65b5b200048fd0597ee606ccd876848a3b05
build.bat | 2 ++
1 file changed, 2 insertions(+)
diff --git a/build.bat b/build.bat
new file mode 100644
index 0000000..5400131
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,2 @@
+ at mkdir _shake 2> nul
+ at ghc --make Main.hs -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*
More information about the ghc-commits
mailing list