Update main for codegen changes
authorLuke Lau <luke.lau@intel.com>
Tue, 23 Jul 2019 10:14:20 +0000 (11:14 +0100)
committerLuke Lau <luke.lau@intel.com>
Tue, 23 Jul 2019 10:14:20 +0000 (11:14 +0100)
main.scm

index 289840b38db3ee0fb75d91bd42bab6297f40f977..53daa7c73b947bd85035303146778e8dfa3543b6 100644 (file)
--- a/main.scm
+++ b/main.scm
@@ -3,4 +3,5 @@
 (compile-to-binary
  (if (> (length (command-line)) 1)
      (call-with-input-file (cadr (command-line)) read)
-     (read)))
+     (read))
+ "a.out")