diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ RUSTC ?= rustc RUSTDOC ?= rustdoc 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 all: $(LIB) |