aboutsummaryrefslogtreecommitdiff
path: root/run
diff options
context:
space:
mode:
authorMarvin Borner2022-03-05 18:14:28 +0100
committerMarvin Borner2022-03-05 18:14:28 +0100
commitcab564e400590cbd8a88e190fe381a74655005cf (patch)
treeded57f2ddc8d127d1e82ae999862ce169ef900ba /run
parentc7d578ec4d9b87c36f504e5a0691007439d2a025 (diff)
Multiple file support for generating assembly
Diffstat (limited to 'run')
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index deb2d37..7b35247 100755
--- a/run
+++ b/run
@@ -1,3 +1,3 @@
#!/bin/sh
-stack build && stack exec -- fun-exe test.fun
+stack build && stack exec -- fun-exe lib.fun test.fun