Update makefile

This commit is contained in:
2025-07-26 00:53:20 +03:00
parent 27fbbe8642
commit d05864268f
+1 -1
View File
@@ -15,4 +15,4 @@ darwin: peer.go types.go
GOOS=$@ GOARCH=arm64 $(CC) build -o $(OUT)$(NAME)_$@_arm64 $^ GOOS=$@ GOARCH=arm64 $(CC) build -o $(OUT)$(NAME)_$@_arm64 $^
clean: clean:
$(RM) -r bin/ $(RM) -r $(OUT)