Browse Source

fix makefile (#4)

* fix makefile

* Update Makefile
yuyi2439 9 months ago
parent
commit
24aba3d6fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -1,5 +1,5 @@
-TOOLCHAIN=""
-RUSTFLAGS+=""
+TOOLCHAIN=
+RUSTFLAGS=
 
 
 ifdef DADK_CURRENT_BUILD_DIR
 ifdef DADK_CURRENT_BUILD_DIR
 # 如果是在dadk中编译,那么安装到dadk的安装目录中
 # 如果是在dadk中编译,那么安装到dadk的安装目录中