diff options
author | Andrew Cady <d@jerkface.net> | 2019-03-13 01:58:08 -0400 |
---|---|---|
committer | Andrew Cady <d@jerkface.net> | 2019-03-13 01:58:08 -0400 |
commit | ee8373d9a9175f5f4f6553b9e253daf62e76610c (patch) | |
tree | adb0201a3245ff0f40b30e52f7e4fbb01c28502f /openscad/Setup.hs | |
parent | eee0ea179902152ed2431adae99a15507eb1fc94 (diff) |
bring in OpenSCAD (forward-ported)
Diffstat (limited to 'openscad/Setup.hs')
-rw-r--r-- | openscad/Setup.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openscad/Setup.hs b/openscad/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/openscad/Setup.hs | |||
@@ -0,0 +1,2 @@ | |||
1 | import Distribution.Simple | ||
2 | main = defaultMain | ||