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%