stubbing out more plugins
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
0f0ce2af37
commit
c02aa0e395
7 changed files with 171 additions and 62 deletions
4
Makefile
4
Makefile
|
@ -5,7 +5,7 @@ SOURCE_FILES := \
|
|||
$(wildcard walker/*.go) \
|
||||
$(wildcard walker/walkers/*/*.go)
|
||||
PLUGINS := \
|
||||
plugin-readFuzz.so
|
||||
$(patsubst walker/walkers/%,plugin-%.so,$(wildcard walker/walkers/*))
|
||||
|
||||
default: fuzz-walker $(PLUGINS)
|
||||
|
||||
|
@ -16,4 +16,4 @@ plugin-%.so:
|
|||
$(GO) build -o $@ -buildmode=plugin ./walker/walkers/$*/
|
||||
|
||||
clean:
|
||||
rm -f fuzz-walker *.so
|
||||
rm -f fuzz-walker *.so *~
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue