summaryrefslogtreecommitdiff
path: root/chip/make
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-09-02 21:42:40 -0700
committerBen Sima <ben@bsima.me>2019-09-02 21:42:40 -0700
commit828a6131231bca4b805ca2c4dca2e85b17508bcf (patch)
treecaf4e4f4d6ad16d38fd3c244e83b6a61dae81e30 /chip/make
parent7f6ba934fa774a311865e72c091962894c055a8a (diff)
[chip/make] add docs
Diffstat (limited to 'chip/make')
-rwxr-xr-xchip/make5
1 files changed, 5 insertions, 0 deletions
diff --git a/chip/make b/chip/make
index a2b6d34..d1d8b35 100755
--- a/chip/make
+++ b/chip/make
@@ -4,6 +4,11 @@
{-# LANGUAGE RecordWildCards #-}
{-# OPTIONS_GHC -Wall #-}
+-- | chip/make
+--
+-- this is the main build script. it just calls out to `ghc --make` basically.
+--
+
module Main where
import Control.Concurrent