mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-01-03 15:45:35 +00:00
Makefile: add a note on 'header' target
This commit is contained in:
parent
19b92a4a7e
commit
2386293020
1
Makefile
1
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue