summaryrefslogtreecommitdiff
path: root/examples/HelloEmbedded.hs
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2016-02-04 14:43:43 +0100
committerCsaba Hruska <csaba.hruska@gmail.com>2016-02-04 14:43:43 +0100
commitfcfb944f77be9b6c23fac9d78e4fd47f4b264e89 (patch)
treeeb65a4fe67b96341540463f3cd72026f07ca5c44 /examples/HelloEmbedded.hs
parent580d3fb560f31e22d3040fe80642fbaea1e3a4d4 (diff)
simplify example build process
Diffstat (limited to 'examples/HelloEmbedded.hs')
-rw-r--r--examples/HelloEmbedded.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/HelloEmbedded.hs b/examples/HelloEmbedded.hs
index fbddb20..5c3b55d 100644
--- a/examples/HelloEmbedded.hs
+++ b/examples/HelloEmbedded.hs
@@ -10,6 +10,10 @@ import Codec.Picture as Juicy
10 10
11import LambdaCube.Compiler as LambdaCube -- compiler 11import LambdaCube.Compiler as LambdaCube -- compiler
12 12
13----------------------------------------------------
14-- See: http://lambdacube3d.com/getting-started
15----------------------------------------------------
16
13main :: IO () 17main :: IO ()
14main = do 18main = do
15 -- compile hello.lc to graphics pipeline description 19 -- compile hello.lc to graphics pipeline description