From 8553ff5e291a90746f1d2bc05b6ad02bc05f7676 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Fri, 24 Jul 2020 17:47:44 +0200 Subject: adjust makefile comments to new formatting --- Makefile.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.scm') 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)) -- cgit v1.2.3