diff --git a/c-to-rust/Makefile b/c-to-rust/Makefile index ea7df1d..1107f66 100644 --- a/c-to-rust/Makefile +++ b/c-to-rust/Makefile @@ -11,7 +11,7 @@ target: mkdir -p $@ target/double: target/main.o target/libdouble_input.a - $(CC) -o $@ $(LDFLAGS) $^ + $(CC) -o $@ $^ $(LDFLAGS) target/libdouble_input.a: src/lib.rs Cargo.toml cargo build