summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7fa864..92f1cd8 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ src/descriptor.pb: src/descriptor.proto
descriptorgen: src/descriptor.pb src/upbc
@# Regenerate descriptor_const.h
- ./tools/upbc -o src/descriptor src/descriptor.pb
+ ./src/upbc -o src/descriptor src/descriptor.pb
cd src && xxd -i descriptor.pb > descriptor.c
src/upbc: src/upbc.c $(LIBUPB)
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback