From 8f05c7136f5a7e53271e772ac1208061a74fb682 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Sat, 1 Jul 2023 14:04:54 -0400 Subject: [PATCH] Add a language alias config file --- Conf/alias.yaml | 12 ++++++++++++ Makefile | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 Conf/alias.yaml 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