makefile target for the container build

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2018-06-06 13:01:14 -04:00
parent e1167b07b3
commit f1862472c7
Signed by: vbatts
GPG key ID: 10937E57733F1362

View file

@ -9,6 +9,9 @@ PLUGINS := \
default: fuzz-walker
container: fuzz-walker build.sh
sudo bash build.sh
plugins: $(PLUGINS)
fuzz-walker: $(wildcard *.go)