diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-17 14:02:38 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2014-01-17 14:02:38 -0500 |
commit | 6345fed4216116eb47bd4eda52a4256e71aa7669 (patch) | |
tree | cdd365024a0be3d91cc780084657bb625603ebaf /Makefile | |
parent | 554f476ed5341773b87553b5b2668fdfd427b7a4 (diff) |
Update nanopb to 0.2.5 and fix max string length options.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ nanopb: proto - python libs/nanopb/generator/nanopb_generator.py -s max_size:100 -f openxc.options gen/cpp/openxc.pb + make -C libs/nanopb/generator/proto + python libs/nanopb/generator/nanopb_generator.py gen/cpp/openxc.pb -f openxc.options proto: openxc.proto @mkdir -p gen/java |