Skip to content

Commit 4fe4979

Browse files
committed
Makefile: fix debug target
Signed-off-by: Wesley Pettit <[email protected]>
1 parent 56629bf commit 4fe4979

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
@@ -19,7 +19,7 @@ release:
1919
docker build -t amazon/aws-for-fluent-bit:latest -f Dockerfile .
2020

2121
.PHONY: debug
22-
release:
22+
debug:
2323
docker build --no-cache -t aws-fluent-bit-plugins:latest -f Dockerfile.plugins .
2424
docker build --no-cache -t amazon/aws-for-fluent-bit:debug -f Dockerfile.debug .
2525

0 commit comments

Comments
 (0)