mirror of
https://github.com/reactos/syzkaller-ros.git
synced 2025-03-01 16:15:28 +00:00
makefile: fix syz-extract dependencies
This commit is contained in:
parent
a7e4a49fae
commit
e7e90813b4
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ upgrade:
|
|||||||
|
|
||||||
extract: bin/syz-extract
|
extract: bin/syz-extract
|
||||||
LINUX=$(LINUX) LINUXBLD=$(LINUXBLD) ./extract.sh
|
LINUX=$(LINUX) LINUXBLD=$(LINUXBLD) ./extract.sh
|
||||||
bin/syz-extract: ./syz-extract
|
bin/syz-extract: syz-extract/*.go sysparser/*.go
|
||||||
go build -o $@ ./syz-extract
|
go build -o $@ ./syz-extract
|
||||||
|
|
||||||
generate: bin/syz-sysgen
|
generate: bin/syz-sysgen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user