summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 99563b8..34027fe 100644
--- a/Makefile
+++ b/Makefile
@@ -179,6 +179,8 @@ descriptorgen: upb/descriptor.pb tools/upbc
./tools/upbc -o upb/descriptor upb/descriptor.pb
tools/upbc: tools/upbc.c $(LIBUPB)
+ $(E) CC $<
+ $(Q) $(CC) $(CFLAGS) $(CPPFLAGS) $(DEF_OPT) -o $@ $< $(LIBUPB)
# Tests. #######################################################################
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback