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
|
# Allow building without it
|
||||||
BITONLY=N
|
BITONLY=N
|
||||||
|
|
||||||
|
all:
|
||||||
|
|
||||||
define fuzzer
|
define fuzzer
|
||||||
all: $(1)/run.ok
|
all: $(1)/run.ok
|
||||||
clean::
|
clean::
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue