diff options
author | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-04 14:43:43 +0100 |
---|---|---|
committer | Csaba Hruska <csaba.hruska@gmail.com> | 2016-02-04 14:43:43 +0100 |
commit | fcfb944f77be9b6c23fac9d78e4fd47f4b264e89 (patch) | |
tree | eb65a4fe67b96341540463f3cd72026f07ca5c44 /examples/HelloEmbedded.hs | |
parent | 580d3fb560f31e22d3040fe80642fbaea1e3a4d4 (diff) |
simplify example build process
Diffstat (limited to 'examples/HelloEmbedded.hs')
-rw-r--r-- | examples/HelloEmbedded.hs | 4 |
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 | ||
11 | import LambdaCube.Compiler as LambdaCube -- compiler | 11 | import LambdaCube.Compiler as LambdaCube -- compiler |
12 | 12 | ||
13 | ---------------------------------------------------- | ||
14 | -- See: http://lambdacube3d.com/getting-started | ||
15 | ---------------------------------------------------- | ||
16 | |||
13 | main :: IO () | 17 | main :: IO () |
14 | main = do | 18 | main = do |
15 | -- compile hello.lc to graphics pipeline description | 19 | -- compile hello.lc to graphics pipeline description |