Skip to content

Commit

Permalink
Update Make Command Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn committed Dec 7, 2023
1 parent 0f56ca0 commit 723a93d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Command/CommandValues/Make.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Foundation

public extension CommandValues {
/// An alias for running commands in Make.
var make: Alias {
Alias(executableURL: "/usr/bin/make")
}
Expand Down

0 comments on commit 723a93d

Please sign in to comment.