forked from bonsai/harakit
Makefile: RUSTFLAGS not RUSTCFLAGS
This commit is contained in:
parent
1c2e7ea14b
commit
90de1bf9a4
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ build/o/libsysexits.rlib: build
|
|||||||
| $(RUSTC) $(RUSTFLAGS) --crate-type lib -o build/o/libsysexits.rlib -
|
| $(RUSTC) $(RUSTFLAGS) --crate-type lib -o build/o/libsysexits.rlib -
|
||||||
|
|
||||||
build/o/libgetopt.rlib: src/getopt-rs/lib.rs
|
build/o/libgetopt.rlib: src/getopt-rs/lib.rs
|
||||||
$(RUSTC) $(RUSTCFLAGS) --crate-type=lib --crate-name=getopt \
|
$(RUSTC) $(RUSTFLAGS) --crate-type=lib --crate-name=getopt \
|
||||||
-o build/o/libgetopt.rlib src/getopt-rs/lib.rs
|
-o build/o/libgetopt.rlib src/getopt-rs/lib.rs
|
||||||
|
|
||||||
.PHONY: dj
|
.PHONY: dj
|
||||||
|
Loading…
Reference in New Issue
Block a user