Add a language alias config file

This commit is contained in:
Ingy döt Net 2023-07-01 14:04:54 -04:00
parent f23f22d71c
commit 8f05c7136f
2 changed files with 13 additions and 1 deletions

12
Conf/alias.yaml Normal file
View File

@ -0,0 +1,12 @@
# Language name aliases:
lang:
antlang : ant
bash : unix shell
c# : c sharp
c_sharp : c sharp
euler math toolbox : euler
f# : f sharp
free pascal : free pascal/lazarus
f_sharp : f sharp
lazarus : free pascal/lazarus
oberon-2 : oberon

View File

@ -3,7 +3,7 @@ SHELL := bash
default:
build:
time rosettacode sync
time rosettacode
clean:
$(RM) -r Meta/ rosettacode.log