1
0
Fork 0
mirror of https://github.com/yuzu-emu/unicorn.git synced 2025-04-01 17:36:51 +00:00

Cause java constnats to get updated by bindings Makefile

This commit is contained in:
Chris Eagle 2015-09-24 21:26:54 -07:00
parent f65ba7fb69
commit a21772ad37

1
bindings/Makefile Normal file → Executable file
View file

@ -16,6 +16,7 @@ SAMPLE_X86 = $(TMPDIR)/sample_x86
all:
cd python && $(MAKE) gen_const
cd go && $(MAKE) gen_const
cd java && $(MAKE) gen_const
samples: expected python