makefile
来自「C++ class and storage」· 代码 · 共 17 行
TXT
17 行
listDriver: listDriver.o studentRec.o listDB.o listNode.o g++ listDriver.o studentRec.o listDB.o listNode.o -o listDriverlistDriver.o: listDriver.cc studentRec.h listDB.h listNode.h g++ -c listDriver.cc -gstudentRec.o: studentRec.cc studentRec.h g++ -c studentRec.cc -glistNode.o: listNode.cc listNode.h studentRec.h g++ -c listNode.cc -glistDB.o: listDB.cc listDB.h listNode.h studentRec.h g++ -c listDB.cc -garrayDriver: arrayDriver.o studentRec.o arrayDB.o g++ arrayDriver.o studentRec.o arrayDB.o -o arrayDriverarrayDriver.o: arrayDriver.cc studentRec.h arrayDB.h g++ -c arrayDriver.cc arrayDB.o: arrayDB.cc arrayDB.h studentRec.h g++ -c arrayDB.cc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?