From ad822e6d3b626b598874bb52a407e90f549c5ab9 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Thu, 9 May 2019 11:11:15 +0800 Subject: [PATCH] Fix Makefile (what stupid typo) Signed-off-by: Harry Chen --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5ef33f8..37acd8c 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,6 @@ out_img ?= build/$(arch).img out_qcow2 ?= build/$(arch).qcow2 rcore_fs_fuse_revision ?= 585eb61 -endif rust_src_dir := rust/src/bin rust_bin_path := rust/target/$(arch)-rcore/$(mode)