aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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