Makefile: add a note on 'header' target

This commit is contained in:
Nguyen Anh Quynh 2016-12-22 01:12:10 +08:00
parent 19b92a4a7e
commit 2386293020

View File

@ -282,6 +282,7 @@ dist:
git archive --format=zip --prefix=unicorn-$(DIST_VERSION)/ $(TAG) > unicorn-$(DIST_VERSION).zip
# run "make header" whenever qemu/header_gen.py is modified
header:
$(eval TARGETS := m68k arm aarch64 mips mipsel mips64 mips64el\
powerpc sparc sparc64 x86_64)