mirror of
https://gitee.com/yyz_o/bk_bishe_pi.git
synced 2025-09-07 23:21:26 +00:00
2025.5.29第一次提交
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
|
|
||||||
cxx := gccarm
|
# cxx := gccarm
|
||||||
|
cxx := g++sim
|
||||||
|
|
||||||
file_cpp := $(wildcard *.cpp)
|
file_cpp := $(wildcard *.cpp)
|
||||||
file_o := /home/pi/usr/maze2.x
|
# file_o := /home/pi/usr/maze2.x
|
||||||
|
file_o := ../maze2.x
|
||||||
|
|
||||||
$(file_o) : $(file_cpp)
|
$(file_o) : $(file_cpp)
|
||||||
@$(cxx) $^ -o $@
|
@$(cxx) $^ -o $@
|
||||||
|
|||||||
Reference in New Issue
Block a user