Merge pull request #114 from xairy/makefile-fix

makefile: fix syz-extract dependencies
This commit is contained in:
Dmitry Vyukov 2017-01-23 17:33:26 +01:00 committed by GitHub
commit cd23722cf2

View File

@ -47,7 +47,7 @@ upgrade:
extract: bin/syz-extract
LINUX=$(LINUX) LINUXBLD=$(LINUXBLD) ./extract.sh
bin/syz-extract: ./syz-extract
bin/syz-extract: syz-extract/*.go sysparser/*.go
go build -o $@ ./syz-extract
generate: bin/syz-sysgen