📄 makefile
字号:
## Uncomment following for Solaris compile (need gnu make for top level# make file)##OSFLAG = -DSOLARIS#OSLIB = -lnsl -lsocketCC = gccCFLAGS = -O2 -Wall -ggdb -DVERSION=\"$(VERSION)\" ${OSFLAG}FTPPROXY = main.o config.o ftp.o daemon.o ip-lib.o lib.oTARGETS = ftp.proxyall: $(TARGETS) -ctags *.[ch]ftp.proxy: $(FTPPROXY) $(CC) -o $@ $(FTPPROXY) ${OSLIB} clean: rm -f *.o cut out $(TARGETS) $(TAR).tgz
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -