diff options
Diffstat (limited to 'examples/simple/Makefile')
| -rw-r--r-- | examples/simple/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/simple/Makefile b/examples/simple/Makefile index 1da2b45..4e03fe4 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/compiler/nimpb_build -I=. --out=. $< |
