数据结构-线性表
This commit is contained in:
7
Chapter11/ds/line/list/arr/makefile
Normal file
7
Chapter11/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