Skip to content

Commit

Permalink
Rename 'Sources/CLI' to 'hc'
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouko-taiga committed Sep 6, 2023
1 parent 238c39c commit 241df59
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
],

products: [
.executable(name: "hc", targets: ["CLI"])
.executable(name: "hc", targets: ["hc"])
],

dependencies: [
Expand Down Expand Up @@ -45,7 +45,7 @@ let package = Package(
targets: [
// The compiler's executable target.
.executableTarget(
name: "CLI",
name: "hc",
dependencies: [
"Driver"
],
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 241df59

Please sign in to comment.