aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4500730..3f60516 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-RUSTC := rustc
-RUSTDOC := rustdoc
-BUILD := build
+RUSTC ?= rustc
+RUSTDOC ?= rustdoc
+BUILD ?= build
LIB := $(BUILD)/$(shell $(RUSTC) --crate-file-name src/toml.rs)
TEST := $(BUILD)/tomltest