2025.5.29第二次

This commit is contained in:
Ñõԭ×Ó
2025-05-29 11:04:41 +08:00
parent a30de465d1
commit efa0d49694
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# cxx := gccarm
cxx := g++sim
cxx := gccarm
#~ cxx := g++sim
file_cpp := $(wildcard *.cpp)
# file_o := /home/pi/usr/maze2.x
file_o := ../maze2.x
file_o := /home/pi/usr/maze2.x
#~ file_o := ../maze2.x
$(file_o) : $(file_cpp)
@$(cxx) $^ -o $@

BIN
文件/maze2.x Executable file

Binary file not shown.