Hu Chunming
/
vpt_ascend_arm
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
3050e9f352f1acac3b71ea38ef1f4ea16f757091
Authored by
Hu Chunming
2024-05-09 19:59:28 +0800
1 parent
d8fe994c
优化makefile
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
build/src/Makefile
build/src/Makefile
View file @
3050e9f
@@ -122,3 +122,7 @@ $(TARGET):$(OBJS)
@@ -122,3 +122,7 @@ $(TARGET):$(OBJS)
122
122
123
clean:
123
clean:
124
rm -f *.o $(TARGET)
124
rm -f *.o $(TARGET)
125
+
126
+
127
+cleano:
128
+ rm -f *.o
125
\ No newline at end of file
129
\ No newline at end of file