aboutsummaryrefslogtreecommitdiff
path: root/examples/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'examples/addressbook')
-rw-r--r--examples/addressbook/Makefile2
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=. $<