makefile
来自「ntop网络监控软件,使用方面」· 代码 · 共 18 行
TXT
18 行
## Configure the BASE variable before compiling the tool#BASE=/usr/local/rrdtool/INCLUDE=-I$(BASE)LIBS=-L$(BASE).libs -lrrdCFLAGS=-g -Wall -pedantic -I$(BASE) -I$(BASE) -pipeCC=gccTARGET=rrd_alarm$(TARGET): $(TARGET).c Makefile $(CC) $(CFLAGS) $(INCLUDE) $(TARGET).c -o $(TARGET) $(LIBS)clean: @/bin/rm -rf *~ $(TARGET) *.png *cache
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?