From cd204dcf845aa9466e237e22624f4a4cfe18714a Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Thu, 19 Apr 2018 22:01:09 +0100 Subject: Use parseopt2 in nimpb_build --- examples/addressbook/Makefile | 2 +- examples/simple/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') 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=. $< -- cgit v1.2.3