优化了命名
This commit is contained in:
7
C11-数据结构/ds/line/list/arr/makefile
Normal file
7
C11-数据结构/ds/line/list/arr/makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
all:main
|
||||
|
||||
main:main.o sqlist.o
|
||||
$(CC) $^ -o $@
|
||||
|
||||
clean:
|
||||
rm *.o main -rf
|
||||
Reference in New Issue
Block a user