diff options
Diffstat (limited to 'examples/using_double_on_avr/Makefile')
-rw-r--r-- | examples/using_double_on_avr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/using_double_on_avr/Makefile b/examples/using_double_on_avr/Makefile index 6f2203a..874a64b 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 |