Skip to content

Commit bd2f153

Browse files
committed
fixup
1 parent a82ac93 commit bd2f153

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ clean/build:
153153

154154
.PHONY: clean/mutagen
155155
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"
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
159159

160160
.PHONY: proto
161161
proto: $(PROJECT)/VPNLib/vpn.pb.swift $(PROJECT)/VPNLib/FileSync/daemon.pb.swift ## Generate Swift files from protobufs

0 commit comments

Comments
 (0)