diff options
Diffstat (limited to 'chip')
-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 |