?? makefile
字號:
################# Call child makefiles################SUBDIRS= _GClasses _WafflesDBG_SUBDIRS= $(SUBDIRS:_%=DBG_%)OPT_SUBDIRS= $(SUBDIRS:_%=OPT_%).PHONY: dbg opt $(DBG_SUBDIRS) $(OPT_SUBDIRS)dbg: $(DBG_SUBDIRS)opt: $(OPT_SUBDIRS)$(DBG_SUBDIRS): DBG_% : $(MAKE) -C $*$(OPT_SUBDIRS): OPT_% : $(MAKE) -C $* opt################# Dependencies################main: foo################# Clean################clean: $(MAKE) -C GClasses clean $(MAKE) -C Waffles clean
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -