diff options
author | Ben Sima <ben@bsima.me> | 2019-09-02 21:42:40 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-09-02 21:42:40 -0700 |
commit | 828a6131231bca4b805ca2c4dca2e85b17508bcf (patch) | |
tree | caf4e4f4d6ad16d38fd3c244e83b6a61dae81e30 | |
parent | 7f6ba934fa774a311865e72c091962894c055a8a (diff) |
[chip/make] add docs
-rwxr-xr-x | chip/make | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |