summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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