📄 makefile
字号:
## Make TOP point to the main LPARX directory and include# architecture-specific makefile to define the compiler# and other architecture-dependent items#TOP = ../../..include $(TOP)/archREDBLK2D = redblack5.o initData.o relax.o redblack2d.o fillPatch.oredblack2d: $(REDBLK2D) redblack2d.h $(C++LINK) $(C++FLAGS) -o $@ $(REDBLK2D) $(LDLIBS)clean: $(RM) *.o core redblack2d
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -