From 6fc040e1c86c9028951e0f81695a15beb17706aa Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Wed, 2 Jul 2014 17:59:40 +1000 Subject: [PATCH] Change BUILDDIR to target/ for consistency w/Cargo --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%