makefile
来自「实现了ipv6到ipv4的转换(部分实现)」· 代码 · 共 19 行
TXT
19 行
SOLARIS_LIBS=-lpthread -lsocket -lnslFREEBSD_LIBS=-pthreadLINUX_LIBS=-lpthread# Choose the libs for your platform here. # This will get automated up at some point#LIBS=$(SOLARIS_LIBS)#LIBS=$(FREEBSD_LIBS)LIBS=$(LINUX_LIBS)all: stflstfl: stfl.c $(CC) stfl.c $(LIBS) -o stflclean: rm -f stfl
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?