diff options
Diffstat (limited to 'examples/addressbook/Makefile')
| -rw-r--r-- | examples/addressbook/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/addressbook/Makefile b/examples/addressbook/Makefile index 7fe8add..74d41e1 100644 --- a/examples/addressbook/Makefile +++ b/examples/addressbook/Makefile @@ -8,5 +8,5 @@ writer: writer.nim addressbook_pb.nim reader: reader.nim addressbook_pb.nim nim c reader.nim -addressbook_pb.nim: addressbook.proto - protoc --plugin=protoc-gen-nim=$(PLUGIN) --nim_out=. -I. addressbook.proto +addressbook_pb.nim: addressbook.proto phonenumber.proto + protoc --plugin=protoc-gen-nim=$(PLUGIN) --nim_out=. -I. addressbook.proto phonenumber.proto |
