summaryrefslogtreecommitdiff
path: root/chip/make
diff options
context:
space:
mode:
Diffstat (limited to 'chip/make')
-rwxr-xr-xchip/make3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/make b/chip/make
index 49d800e..c921fbc 100755
--- a/chip/make
+++ b/chip/make
@@ -1,5 +1,8 @@
#!/usr/bin/env runhaskell
+-- TODO: rewrite this in using shake
+-- https://hackage.haskell.org/package/shake-0.17.7/docs/Development-Shake.html
+
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE RecordWildCards #-}
{-# OPTIONS_GHC -Wall #-}