This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
lqb
/
rt-thread
mirror of
https://gitee.com/rtthread/rt-thread.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
[bsp][hifive1] add Makefile file
guozhanxin
6 năm trước cách đây
mục cha
e9b6db768f
commit
f58da45090
1 tập tin đã thay đổi
với
7 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
7
0
bsp/hifive1/Makefile
+ 7
- 0
bsp/hifive1/Makefile
Xem Tập Tin
@@ -0,0 +1,7 @@
+scons := python ${SCONS}\scons.py
+
+all:
+ @$(scons)
+
+clean:
+ @$(scons) -c