aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2018-04-19 22:01:09 +0100
committerOskari Timperi <oskari.timperi@iki.fi>2018-04-19 22:01:09 +0100
commitcd204dcf845aa9466e237e22624f4a4cfe18714a (patch)
treebb55f13b4a342339ab8080b4136c3f5de3cb6a54 /examples
parent55f3a493871306ac220071574e2a5897851bef54 (diff)
downloadnimpb-cd204dcf845aa9466e237e22624f4a4cfe18714a.tar.gz
nimpb-cd204dcf845aa9466e237e22624f4a4cfe18714a.zip
Use parseopt2 in nimpb_build
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=. $<