A website with materials for learning ancient languages.
https://glossa.info/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
184 B
13 lines
184 B
6 years ago
|
JEKYLL := jekyll
|
||
|
|
||
|
all: glossa rugbiana
|
||
|
|
||
|
.PHONY: glossa
|
||
|
glossa:
|
||
|
${JEKYLL} build --config _config.glossa.yml
|
||
|
|
||
|
.PHONY: rugbiana
|
||
|
rugbiana:
|
||
|
${JEKYLL} build --config _config.rugbiana.yml
|
||
|
|