📄 makefile
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -