Skip to content

Commit 4d13284

Browse files
authored
Update Makefile
1 parent b785e23 commit 4d13284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
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)/Serverless_PortScan main/main.go
1010

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

0 commit comments

Comments
 (0)