Further makefile tweaks
This commit is contained in:
@@ -11,7 +11,7 @@ target:
|
|||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
target/double: target/main.o target/libdouble_input.a
|
target/double: target/main.o target/libdouble_input.a
|
||||||
$(CC) -o $@ $(LDFLAGS) $^
|
$(CC) -o $@ $^ $(LDFLAGS)
|
||||||
|
|
||||||
target/libdouble_input.a: src/lib.rs Cargo.toml
|
target/libdouble_input.a: src/lib.rs Cargo.toml
|
||||||
cargo build
|
cargo build
|
||||||
|
|||||||
Reference in New Issue
Block a user