mescc: Compile file supplied on command line.

* scripts/mecc.mes: Pass (command-line) to main.
This commit is contained in:
Jan Nieuwenhuizen 2017-01-03 23:48:12 +01:00
parent 3c35f59e63
commit c60f19e041
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ exit $?
!#
;;; Mes --- Maxwell Equations of Software
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016,2017 Jan Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of Mes.
;;;
@ -44,5 +44,5 @@ exit $?
(with-input-from-file file
compile)))
(main '("mes"))
(main (command-line))
()