📄 makefile
字号:
BASEDIR=..include ../larbin.makeINTERFOBJ=input.o output.oall: $(INTERFOBJ)crash: CPPFLAGS += -DCRASHcrash: clean alldep: makedepend -I$(INCLDIR) -Y *.cc 2> /dev/nullclean: $(RM) *.o $(RM) *~ $(RM) *.bak# DO NOT DELETEinput.o: ../../include/types.h ../../include/xutils/text.hinput.o: ../../include/xutils/string.h ../../include/xinterf/input.hinput.o: ../../include/global.h ../../include/xfetcher/file.hinput.o: ../../include/xutils/url.h ../../include/xutils/Vector.hinput.o: ../../include/xfetcher/hashTable.hinput.o: ../../include/xutils/GenericFifo.h ../../include/xinterf/output.hinput.o: ../../include/xutils/ConstantSizedFifo.hinput.o: ../../include/xutils/ConstantSizedFifoPriority.hinput.o: ../../include/xutils/debug.houtput.o: ../../include/types.h ../../include/global.houtput.o: ../../include/xfetcher/file.h ../../include/xutils/url.houtput.o: ../../include/xutils/string.h ../../include/xutils/Vector.houtput.o: ../../include/xfetcher/hashTable.houtput.o: ../../include/xutils/GenericFifo.h ../../include/xinterf/output.houtput.o: ../../include/xutils/ConstantSizedFifo.houtput.o: ../../include/xutils/ConstantSizedFifoPriority.houtput.o: ../../include/xutils/debug.h
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -