mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
2025.5.18晚上提交,实机调试后的代码,有一次成功了,但是后面没复现了,很奇怪
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
cxx := gccarm
|
||||
|
||||
file_cpp := $(wildcard *.cpp)
|
||||
file_o := /home/pi/usr/maze.x
|
||||
file_o := /home/pi/usr/maze2.x
|
||||
|
||||
$(file_o) : $(file_cpp)
|
||||
@$(cxx) $^ -o $@
|
||||
@@ -17,4 +17,4 @@ debug :
|
||||
@echo $(file_cpp)
|
||||
@echo $(file_o)
|
||||
|
||||
.PHONY : maze clean debug
|
||||
.PHONY : maze clean debug
|
||||
|
||||
Reference in New Issue
Block a user