diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-07-24 17:47:44 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2020-07-24 17:47:44 +0200 |
commit | 8553ff5e291a90746f1d2bc05b6ad02bc05f7676 (patch) | |
tree | e254d74c22ea713d9953251b37101cceda770cf8 | |
parent | c8d35bb5d2d7a0857f09e8d38d2c86ae13b3516e (diff) |
adjust makefile comments to new formatting
-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)) |