diff --git a/Makefile.in b/Makefile.in index 706ca5e..16a1a8d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,7 @@ libcss.dummy: css.rc $(RUST_SRC) touch $@ css-test: css.rc $(RUST_SRC) - $(RUSTC) $(RUSTFLAGS) $< --out-dir . --test + $(RUSTC) $(RUSTFLAGS) $< -o $@ --test .PHONY: check check: css-test