bmake warning - cl-yag - Common Lisp Yet Another website Generator
HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
DIR commit 93abe73f502660ada5aeb21bd6eaffec14f8fef3
DIR parent b107516c1e1125ada8b96260e7681bcf5d1b21b7
HTML Author: solene rapenne <solene@dataswamp.org>
Date: Wed, 21 Sep 2016 13:45:34 +0200
bmake warning
Diffstat:
M README.md | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
DIR diff --git a/README.md b/README.md
@@ -62,6 +62,8 @@ The _:tag_ field is used to create a page with all the articles with the same ta
There is a makefile, all you need to do is to type "make" in the folder, this will create the files in the **output/** location (which can be a symbolic link to somewhere else). The Gopher website will be generated inside **output/gopher** and the html will be generated in **output/html**.
+**/!\ Linux users /!\ ** you should use **bmake** (bsd make) because the Makefile isn't compatible with gmake (gnu make) which is the default in Linux.
+
If you want to use a different lisp interpreter (default is **sbcl**), you can set the variable LISP to the name of your binary.
Example with clisp :