mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-02 04:51:05 +00:00
Cause java constnats to get updated by bindings Makefile
This commit is contained in:
parent
f65ba7fb69
commit
a21772ad37
1
bindings/Makefile
Normal file → Executable file
1
bindings/Makefile
Normal file → Executable file
|
@ -16,6 +16,7 @@ SAMPLE_X86 = $(TMPDIR)/sample_x86
|
||||||
all:
|
all:
|
||||||
cd python && $(MAKE) gen_const
|
cd python && $(MAKE) gen_const
|
||||||
cd go && $(MAKE) gen_const
|
cd go && $(MAKE) gen_const
|
||||||
|
cd java && $(MAKE) gen_const
|
||||||
|
|
||||||
samples: expected python
|
samples: expected python
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue