summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-17 14:02:38 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-17 14:02:38 -0500
commit6345fed4216116eb47bd4eda52a4256e71aa7669 (patch)
treecdd365024a0be3d91cc780084657bb625603ebaf /Makefile
parent554f476ed5341773b87553b5b2668fdfd427b7a4 (diff)
Update nanopb to 0.2.5 and fix max string length options.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4b1b6875..7b968e63 100644
--- a/Makefile
+++ b/Makefile
@@ -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