From: Alexis Laferrière Date: Wed, 9 Sep 2015 17:59:37 +0000 (-0400) Subject: lib/nitcorn: update path to nitc to compile the examples X-Git-Tag: v0.7.8~36^2 X-Git-Url: http://nitlanguage.org lib/nitcorn: update path to nitc to compile the examples Signed-off-by: Alexis Laferrière --- diff --git a/lib/nitcorn/examples/Makefile b/lib/nitcorn/examples/Makefile index e09cde1..a455325 100644 --- a/lib/nitcorn/examples/Makefile +++ b/lib/nitcorn/examples/Makefile @@ -1,7 +1,7 @@ all: mkdir -p bin/ - ../../bin/nitc --dir bin src/nitcorn_hello_world.nit src/file_server_on_port_80.nit + ../../../bin/nitc --dir bin src/nitcorn_hello_world.nit src/file_server_on_port_80.nit xymus.net: mkdir -p bin/ - ../../bin/nitc --dir bin/ src/xymus_net.nit + ../../../bin/nitc --dir bin/ src/xymus_net.nit