# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1542860470 18000
# Node ID abcdae1786b646e44ff46979faa37e1e91116b29
# Parent  ea1c4d1db92dfd9a069460a5ef3ddf18f1613872
Fix ECL

diff -r ea1c4d1db92d -r abcdae1786b6 Makefile
--- a/Makefile	Sun May 27 16:20:59 2018 -0400
+++ b/Makefile	Wed Nov 21 23:21:10 2018 -0500
@@ -15,7 +15,7 @@
 
 test-ecl:
 	$(heading_printer) roman 'ECL'
-	ecl --load test/run.lisp
+	ecl -load test/run.lisp
 
 test-abcl:
 	$(heading_printer) broadway 'ABCL'