mirror of https://github.com/openXC7/prjxray.git
Merge pull request #586 from antmicro/fuzz-all
fuzzers: Makefile: add explicit all target
This commit is contained in:
commit
a82bb99068
|
|
@ -8,6 +8,8 @@ FUZZONLY=N
|
|||
# Allow building without it
|
||||
BITONLY=N
|
||||
|
||||
all:
|
||||
|
||||
define fuzzer
|
||||
all: $(1)/run.ok
|
||||
clean::
|
||||
|
|
|
|||
Loading…
Reference in New Issue