Skip to content
Snippets Groups Projects
Commit fb90373f authored by Nguyen Anh Quynh's avatar Nguyen Anh Quynh
Browse files

bindings: temprarily call const_generator.py directly for Go & Rust

parent 4cd6bd0d
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ SAMPLE_X86 = $(TMPDIR)/sample_x86
all:
cd python && $(MAKE) gen_const
cd nodejs && $(MAKE) gen_const
cd rust && $(MAKE) gen_const
cd go && $(MAKE) gen_const
python const_generator.py rust
python const_generator.py go
cd ruby && $(MAKE) gen_const
samples: expected python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment