Skip to content

Commit

Permalink
"geth" to "kpu"
Browse files Browse the repository at this point in the history
  • Loading branch information
GGiGGu committed Feb 6, 2024
1 parent 5c67066 commit 19f78bf
Show file tree
Hide file tree
Showing 46 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,25 @@
# with Go source code. If you know what GOPATH is then you probably
# don't need to bother with make.

.PHONY: geth android ios evm all test clean
# 수정 시작 지점
.PHONY: kpu android ios evm all test clean
# .PHONY: geth android ios evm all test clean
# 수정 종료 지점

GOBIN = ./build/bin
GO ?= latest
GORUN = go run

geth:
$(GORUN) build/ci.go install ./cmd/geth
# 수정 시작 지점
kpu:
$(GORUN) build/ci.go install ./cmd/kpu
@echo "Done building."
@echo "Run \"$(GOBIN)/geth\" to launch geth."
@echo "Run \"$(GOBIN)/kpu\" to launch kpu."
# geth:
# $(GORUN) build/ci.go install ./cmd/geth
# @echo "Done building."
# @echo "Run \"$(GOBIN)/geth\" to launch geth."
# 수정 종료 지점

all:
$(GORUN) build/ci.go install
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 19f78bf

Please sign in to comment.