makefile target for the container build
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e1167b07b3
commit
f1862472c7
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -9,6 +9,9 @@ PLUGINS := \
|
||||||
|
|
||||||
default: fuzz-walker
|
default: fuzz-walker
|
||||||
|
|
||||||
|
container: fuzz-walker build.sh
|
||||||
|
sudo bash build.sh
|
||||||
|
|
||||||
plugins: $(PLUGINS)
|
plugins: $(PLUGINS)
|
||||||
|
|
||||||
fuzz-walker: $(wildcard *.go)
|
fuzz-walker: $(wildcard *.go)
|
||||||
|
|
Loading…
Reference in a new issue