From 747bc2627450e8dc1bc04fb4e48e69a44cd5dd36 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sun, 18 Dec 2016 13:20:51 +0800 Subject: Makefile - Create output directory for hello_world --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7ec0a9ce..86b3cfef 100644 --- a/Makefile +++ b/Makefile @@ -218,6 +218,7 @@ rust_tests-run-fail: $(call DEF_RUST_TESTS,run-fail) #rust_tests-compile-fail: $(call DEF_RUST_TESTS,compile-fail) output/rust/test_run-pass_hello: $(RUST_TESTS_DIR)run-pass/hello.rs output/libstd.hir $(BIN) output/liballoc_system.hir output/libpanic_abort.hir + @mkdir -p $(dir $@) $(DBG) $(BIN) $< -o $@.c $(PIPECMD) gcc $@.c -pthread -g -o $@ -- cgit v1.2.3