diff options
Diffstat (limited to 'examples/addressbook')
| -rw-r--r-- | examples/addressbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/addressbook/Makefile b/examples/addressbook/Makefile index 6dbba14..ee2f023 100644 --- a/examples/addressbook/Makefile +++ b/examples/addressbook/Makefile @@ -7,4 +7,4 @@ reader: reader.nim addressbook_pb.nim phonenumber_pb.nim nim c $< %_pb.nim: %.proto - nimpb_build -I. --out=. $< + nimpb_build -I=. --out=. $< |
