aboutsummaryrefslogtreecommitdiff
path: root/example/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example/Makefile')
-rw-r--r--example/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile
index 63da56f..74f6709 100644
--- a/example/Makefile
+++ b/example/Makefile
@@ -7,4 +7,4 @@ haberdasherclient: haberdasherclient.nim service_pb.nim service_twirp.nim
nim c haberdasherclient.nim
%_pb.nim %_twirp.nim: %.proto
- ../nimtwirp/nimtwirp_build -I. --out=. $^
+ ../nimtwirp/nimtwirp_build -I:. --out:. $^