From f1862472c73a0bca733bc468503854b99b6cfa06 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Wed, 6 Jun 2018 13:01:14 -0400 Subject: [PATCH] makefile target for the container build Signed-off-by: Vincent Batts --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 1dcd924..fe75a31 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,9 @@ PLUGINS := \ default: fuzz-walker +container: fuzz-walker build.sh + sudo bash build.sh + plugins: $(PLUGINS) fuzz-walker: $(wildcard *.go)