This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
lqb
/
rt-thread
同期ミラー
https://gitee.com/rtthread/rt-thread.git
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ソースを参照
[bsp][hifive1] add Makefile file
guozhanxin
6 年 前
親
e9b6db768f
コミット
f58da45090
1 ファイル変更
、
7 行追加
、
0 行削除
分割表示
差分情報を表示
7
0
bsp/hifive1/Makefile
+ 7
- 0
bsp/hifive1/Makefile
ファイルの表示
@@ -0,0 +1,7 @@
+scons := python ${SCONS}\scons.py
+
+all:
+ @$(scons)
+
+clean:
+ @$(scons) -c