diff --git a/Conf/alias.yaml b/Conf/alias.yaml new file mode 100644 index 0000000000..ded3b20bda --- /dev/null +++ b/Conf/alias.yaml @@ -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 diff --git a/Makefile b/Makefile index 230b0a7405..e49369a398 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SHELL := bash default: build: - time rosettacode sync + time rosettacode clean: $(RM) -r Meta/ rosettacode.log