mescc: Compile file supplied on command line.
* scripts/mecc.mes: Pass (command-line) to main.
This commit is contained in:
parent
3c35f59e63
commit
c60f19e041
|
@ -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))
|
||||
()
|
||||
|
|
Loading…
Reference in a new issue