add include ../tools.mk to the Makefile

This commit is contained in:
Jorge Aparicio 2016-07-22 17:11:38 -05:00
parent ec616d5846
commit f438801528

View File

@ -1,3 +1,5 @@
-include ../tools.mk
all:
$(RUSTC) --target x86_64_unknown-linux-musl main.rs 2>&1 | \
grep "error: Error loading target specification: Could not find specification for target"