Update makefile
This commit is contained in:
@@ -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)
|
||||||
Reference in New Issue
Block a user