makefile
来自「this gives details of the network progra」· 代码 · 共 12 行
TXT
12 行
.c.o: gcc -g -c -Wall $<LIBS= -lsocket -lnslall: tftptestOBJ=tftptest.o tftp.otftptest: ${OBJ} gcc -g -o tftptest ${OBJ} ${LIBS}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?