aboutsummaryrefslogtreecommitdiff
path: root/src/Fun.hs
diff options
context:
space:
mode:
authorMarvin Borner2022-03-05 18:14:28 +0100
committerMarvin Borner2022-03-05 18:14:28 +0100
commitcab564e400590cbd8a88e190fe381a74655005cf (patch)
treeded57f2ddc8d127d1e82ae999862ce169ef900ba /src/Fun.hs
parentc7d578ec4d9b87c36f504e5a0691007439d2a025 (diff)
Multiple file support for generating assembly
Diffstat (limited to 'src/Fun.hs')
-rw-r--r--src/Fun.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fun.hs b/src/Fun.hs
index fac4e23..7f69eda 100644
--- a/src/Fun.hs
+++ b/src/Fun.hs
@@ -10,5 +10,5 @@ run :: IO ()
run = do
args <- getArgs
case args of
- [path] -> compile path
- _ -> usage
+ [] -> usage
+ paths -> compile paths