aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/addressbook/Makefile2
-rw-r--r--examples/simple/Makefile2
2 files changed, 2 insertions, 2 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=. $<
diff --git a/examples/simple/Makefile b/examples/simple/Makefile
index cec07f3..1da2b45 100644
--- a/examples/simple/Makefile
+++ b/examples/simple/Makefile
@@ -4,4 +4,4 @@ simple: simple.nim simple_pb.nim
nim c $<
%_pb.nim: %.proto
- nimpb_build -I. --out=. $<
+ nimpb_build -I=. --out=. $<