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 changed files with 1 additions and 0 deletions

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