Skip to content

Commit

Permalink
makeutils.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Balcerek committed Nov 12, 2014
1 parent 466e40a commit a1b4e7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index.elm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Graphics.Element
import CalculatorView
import CalculatorModel

version = "Built on 2014-10-18 using Elm 0.13."
version = "Built on 2014-11-12 using Elm 0.13."

main = lift content Window.width

Expand Down
3 changes: 0 additions & 3 deletions make.bat
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@echo off

rem ghc --make extractCode.hs
rem ghc --make prepareChapterSource.hs

set RUNTIME=--set-runtime=elm-runtime.js
rem set RUNTIME=

Expand Down
4 changes: 4 additions & 0 deletions makeutils.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off

ghc --make extractCode.hs
ghc --make prepareChapterSource.hs

0 comments on commit a1b4e7f

Please sign in to comment.