diff options
-rw-r--r-- | Makefile.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.scm b/Makefile.scm index 628b6a9..af0e9af 100644 --- a/Makefile.scm +++ b/Makefile.scm @@ -183,7 +183,7 @@ exec chibi-scheme -A utils/ $0 $@ ;; RUN THIS LIKE: ;; chibi-scheme Makefile.scm src/BOOK_FOLDER ;; -;; It will dump the compiled book to .out/BOOK_FOLDER/FORMAT/LANG.EXT +;; It will dump the compiled book to .out/BOOK_FOLDER/LANG/FORMAT.EXT ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (define args (cdr (command-line))) (define input (car args)) |