diff --git a/scripts/mescc.mes b/scripts/mescc.mes index 511f2009..9994fda9 100755 --- a/scripts/mescc.mes +++ b/scripts/mescc.mes @@ -8,7 +8,7 @@ exit $? !# ;;; Mes --- Maxwell Equations of Software -;;; Copyright © 2016 Jan Nieuwenhuizen +;;; Copyright © 2016,2017 Jan Nieuwenhuizen ;;; ;;; This file is part of Mes. ;;; @@ -44,5 +44,5 @@ exit $? (with-input-from-file file compile))) -(main '("mes")) +(main (command-line)) ()