Add a language alias config file
This commit is contained in:
parent
f23f22d71c
commit
8f05c7136f
2 changed files with 13 additions and 1 deletions
12
Conf/alias.yaml
Normal file
12
Conf/alias.yaml
Normal 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
|
||||||
2
Makefile
2
Makefile
|
|
@ -3,7 +3,7 @@ SHELL := bash
|
||||||
default:
|
default:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
time rosettacode sync
|
time rosettacode
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) -r Meta/ rosettacode.log
|
$(RM) -r Meta/ rosettacode.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue