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.
This commit is contained in:
@@ -10,6 +10,8 @@ all: encode decode
|
||||
./encode 2 | ./decode
|
||||
./encode 3 | ./decode
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
clean:
|
||||
rm -f encode unionproto.pb.h unionproto.pb.c
|
||||
|
||||
|
||||
Reference in New Issue
Block a user