📄 makefile
字号:
#this make file used to compile the middleware sorftwareobjlist=main.o queue.o tcpdtc.o shm.ooutfile=middleservermain:$(objlist) cc_r -o $(outfile) $(objlist) main.o:main.c main.h cc_r -c main.cshm.o:shm.c shm.h @echo start to compile the shm.c @cc_r -c shm.c @echo end compile the shm.cqueue.o:queue.c include.h @echo start to compile the queue.c @cc_r -c queue.c @echo end compile the queue.ctcpdtc.o:tcpdtc.c tcpdtc.h include.h @echo complie the tcpdtc.c @cc_r -c tcpdtc.c @echo end compile tcpdtc.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -