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:
@@ -7,6 +7,8 @@ CFLAGS += -I$(NANOPB_DIR)
|
||||
|
||||
all: server client
|
||||
|
||||
.SUFFIXES:
|
||||
|
||||
clean:
|
||||
rm -f server client fileproto.pb.c fileproto.pb.h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user