Skip to content

Commit

Permalink
Merge pull request sfackler#24 from chris-morgan/patch-2
Browse files Browse the repository at this point in the history
Change BUILDDIR to target/ for consistency w/Cargo
  • Loading branch information
sfackler committed Jul 2, 2014
2 parents 6c8008e + 6fc040e commit 520cf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RUSTC ?= rustc
BUILDDIR := build
BUILDDIR := target
RUSTCFGS := %RUSTCFGS%
RUSTFLAGS += -O --cfg ndebug $(RUSTCFGS)
INSTALL_DIR := %PREFIX%
Expand Down

0 comments on commit 520cf48

Please sign in to comment.