diff options
Diffstat (limited to 'examples/using_union_messages/Makefile')
-rw-r--r-- | examples/using_union_messages/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/using_union_messages/Makefile b/examples/using_union_messages/Makefile index 618bca50..66396a02 100644 --- a/examples/using_union_messages/Makefile +++ b/examples/using_union_messages/Makefile @@ -10,6 +10,8 @@ all: encode decode ./encode 2 | ./decode ./encode 3 | ./decode +.SUFFIXES: + clean: rm -f encode unionproto.pb.h unionproto.pb.c |