We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b785e23 commit 4d13284Copy full SHA for 4d13284
Makefile
@@ -9,4 +9,4 @@ build:
9
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build $(BUILD_FLAG) -o $(BUILD_DIR)/Serverless_PortScan main/main.go
10
11
clean:
12
- rm -rf ./$(BUILD_FLAG)
+ rm -rf ./$(BUILD_DIR)
0 commit comments