Change BUILDDIR to target/ for consistency w/Cargo

This commit is contained in:
Chris Morgan 2014-07-02 17:59:40 +10:00
parent 6c8008e914
commit 6fc040e1c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
RUSTC ?= rustc RUSTC ?= rustc
BUILDDIR := build BUILDDIR := target
RUSTCFGS := %RUSTCFGS% RUSTCFGS := %RUSTCFGS%
RUSTFLAGS += -O --cfg ndebug $(RUSTCFGS) RUSTFLAGS += -O --cfg ndebug $(RUSTCFGS)
INSTALL_DIR := %PREFIX% INSTALL_DIR := %PREFIX%