diff --git a/Makefile.in b/Makefile.in index 2966ecc..5f6d50d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -169,7 +169,7 @@ libazure.dummy: azure.rc $(RUST_SRC) libazure.a touch $@ azure-test: azure.rc $(RUST_SRC) libazure.a - $(RUSTC) $(RUSTFLAGS) $< --out-dir . --test + $(RUSTC) $(RUSTFLAGS) $< -o $@ --test libazure.a: $(ALL_OBJS) $(AR) rcs libazure.a $(ALL_OBJS)