📄 makefile
字号:
# This is a general makefile for generating all three libraries#you have to define the variable COOOLROOT as the path of the library.#For example, put this in your .cshrc file# setenv COOOLROOT $(HOME)include $(COOOLROOT)/src/Makefile.configINSTALL : cu objfcn optimcu : cd ./c++u; $(MAKE)objfcn : cd ./objfcns; $(MAKE)optim : cd ./optima; $(MAKE)remake : cd ./c++u; $(MAKE) remake cd ./objfcns; $(MAKE) remake cd ./optima; $(MAKE) remakeclean : cd ./c++u; $(MAKE) clean cd ./objfcns; $(MAKE) clean cd ./optima; $(MAKE) cleandistclean : cd ./c++u; $(MAKE) distclean cd ./objfcns; $(MAKE) distclean cd ./optima; $(MAKE) distclean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -