Skip to content

Commit be110b2

Browse files
authored
Update Makefile
1 parent 862ee06 commit be110b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ build:
99
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/EndpointSearch main/main.go
1010

1111
clean:
12-
rm -rf ./$(BUILD_FLAG)
12+
rm -rf ./$(BUILD_DIR)

0 commit comments

Comments
 (0)