ext/rustby/Makefile in rustby-0.1.2 vs ext/rustby/Makefile in rustby-0.2.0

- old
+ new

@@ -1,7 +1,9 @@ -all: target/release/librustby.so rustby.so +all: target/release/librustby.so ../rustby.so target/release/librustby.so: src/lib.rs cargo build --release -rustby.so: target/release/librustby.so +../rustby.so: target/release/librustby.so cp $^ $@ + +install: \ No newline at end of file