diff --git a/client/backend/Makefile b/client/backend/Makefile index 00afb28..4f0da10 100644 --- a/client/backend/Makefile +++ b/client/backend/Makefile @@ -15,4 +15,4 @@ darwin: peer.go types.go GOOS=$@ GOARCH=arm64 $(CC) build -o $(OUT)$(NAME)_$@_arm64 $^ clean: - $(RM) -r bin/ \ No newline at end of file + $(RM) -r $(OUT) \ No newline at end of file