mirror of https://github.com/openXC7/prjxray.git
fuzzers: Makefile: add explicit all target
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
a8299c84a3
commit
96bac6bf00
|
|
@ -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