--crate-file-name => --print-file-name
This commit is contained in:
parent
6e0701caa5
commit
624d539818
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
||||||
RUSTC ?= rustc
|
RUSTC ?= rustc
|
||||||
RUSTDOC ?= rustdoc
|
RUSTDOC ?= rustdoc
|
||||||
BUILD ?= build
|
BUILD ?= build
|
||||||
LIB := $(BUILD)/$(shell $(RUSTC) --crate-file-name src/toml.rs)
|
LIB := $(BUILD)/$(shell $(RUSTC) --print-file-name src/toml.rs)
|
||||||
TEST := $(BUILD)/tomltest
|
TEST := $(BUILD)/tomltest
|
||||||
|
|
||||||
all: $(LIB)
|
all: $(LIB)
|
||||||
|
|
Loading…
Reference in a new issue