makefile.in
来自「libnet的unix/linux版本」· IN 代码 · 共 19 行
IN
19 行
SRCS= ether_mod-@KERNEL_VERSION@.c ether_mod_load.cOBJS=$(SRCS:.c=.o)MODOBJ=ether_spoof.oCFLAGS+= -D_KERNEL -I/sys.include <bsd.subdir.mk>all: $(MODOBJ)$(MODOBJ): $(OBJS) $(LD) -r -o $(MODOBJ) $(OBJS) clean: rm -f *.odistclean: rm -f Makefile config.log config.cache config.status *.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?