We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e7584 commit 4c251f7Copy full SHA for 4c251f7
Makefile
@@ -6,7 +6,7 @@ BASEURL=https://cognate-lang.github.io
6
build:
7
# NOTE: Requires gawk
8
tree-sitter query --test scripts/doc-comments.scm prelude.cog --config-path tree-sitter.json | $(AWK) -v linkURL="https://github.com/cognate-lang/cognate/blob/master/src/" -f scripts/doc-comments.awk > content/reference/prelude.md
9
- $(HUGO) --baseURL $(BASEURL)
+ $(HUGO) #--baseURL $(BASEURL)
10
make $(shell find public -type f -name "*.html")
11
12
public/%.html: .FORCE
0 commit comments