From 512788216336e48da9507bdc7ac4939ac8022181 Mon Sep 17 00:00:00 2001 From: nub31 Date: Sun, 29 Jun 2025 16:03:56 +0200 Subject: [PATCH] ... --- src/compiler/CLI/{AR.cs => Archive.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/compiler/CLI/{AR.cs => Archive.cs} (96%) diff --git a/src/compiler/CLI/AR.cs b/src/compiler/CLI/Archive.cs similarity index 96% rename from src/compiler/CLI/AR.cs rename to src/compiler/CLI/Archive.cs index 57eb46f..989bbdf 100644 --- a/src/compiler/CLI/AR.cs +++ b/src/compiler/CLI/Archive.cs @@ -2,7 +2,7 @@ using System.Diagnostics; namespace CLI; -public static class AR +public static class Archive { public static async Task Invoke(string fileName, IEnumerable objectFiles) {