From 4546bb92dc332ebbfb05a7517028f967b0657725 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Wed, 1 Jan 2014 11:20:07 +0200 Subject: Fix Makefiles for the examples The default rules for make were being selected before our own rules and the .pb.c was not being built. --- examples/using_double_on_avr/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/using_double_on_avr/Makefile') diff --git a/examples/using_double_on_avr/Makefile b/examples/using_double_on_avr/Makefile index 6f2203ae..874a64bd 100644 --- a/examples/using_double_on_avr/Makefile +++ b/examples/using_double_on_avr/Makefile @@ -7,6 +7,8 @@ CFLAGS += -I$(NANOPB_DIR) all: run_tests +.SUFFIXES: + clean: rm -f test_conversions encode_double decode_double doubleproto.pb.c doubleproto.pb.h -- cgit