We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862ee06 commit be110b2Copy full SHA for be110b2
Makefile
@@ -9,4 +9,4 @@ build:
9
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/EndpointSearch main/main.go
10
11
clean:
12
- rm -rf ./$(BUILD_FLAG)
+ rm -rf ./$(BUILD_DIR)
0 commit comments