diff --git a/Makefile.in b/Makefile.in index 78e5314..fcb4a3d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ libnetsurfcss.dummy: netsurfcss.rc $(RUST_SRC) touch $@ netsurfcss-test: netsurfcss.rc $(RUST_SRC) - $(RUSTC) $(RUSTFLAGS) $< --out-dir . --test + $(RUSTC) $(RUSTFLAGS) $< -o $@ --test .PHONY: check check: netsurfcss-test