Skip to content

Commit

Permalink
fixed: make file path error
Browse files Browse the repository at this point in the history
  • Loading branch information
mingcheng committed Jul 15, 2022
1 parent e1a7b64 commit 849f8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAKEFLAGS += --silent

all: build

build: cmd/$(PROJECT)
build: cmd/socks5lb
@$(GO) build $(GO_FLAGS) -o ${BINARY} $(SRC)

list:
Expand Down

0 comments on commit 849f8ed

Please sign in to comment.