From cab564e400590cbd8a88e190fe381a74655005cf Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 5 Mar 2022 18:14:28 +0100 Subject: Multiple file support for generating assembly --- src/Fun.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fun.hs') 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 -- cgit v1.2.3