aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e1c42116..ec916725 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,5 @@
RUSTC ?= rustc
-BUILDDIR := build
+BUILDDIR := target
RUSTCFGS := %RUSTCFGS%
RUSTFLAGS += -O --cfg ndebug $(RUSTCFGS)
INSTALL_DIR := %PREFIX%