We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a82ac93 commit bd2f153Copy full SHA for bd2f153
Makefile
@@ -153,9 +153,9 @@ clean/build:
153
154
.PHONY: clean/mutagen
155
clean/mutagen:
156
- rm -f "$(PROJECT)/Resources/mutagen-agents.tar.gz"
157
- rm -f "$(PROJECT)/Resources/mutagen-darwin-arm64"
158
- rm -f "$(PROJECT)/Resources/mutagen-darwin-amd64"
+ rm -f $(PROJECT)/Resources/mutagen-agents.tar.gz
+ rm -f $(PROJECT)/Resources/mutagen-darwin-arm64
+ rm -f $(PROJECT)/Resources/mutagen-darwin-amd64
159
160
.PHONY: proto
161
proto: $(PROJECT)/VPNLib/vpn.pb.swift $(PROJECT)/VPNLib/FileSync/daemon.pb.swift ## Generate Swift files from protobufs
0 commit comments