📄 makefile
字号:
BIN_DIRS := ndbapi_simple_example \ ndbapi_async_example \ ndbapi_async_example1 \ ndbapi_retries_example \ ndbapi_simple_index_example \ ndbapi_event_example \ ndbapi_scan_example \ mgmapi_logevent_examplebins: $(patsubst %, _bins_%, $(BIN_DIRS))$(patsubst %, _bins_%, $(BIN_DIRS)) : $(MAKE) -C $(patsubst _bins_%, %, $@) $(OPTS)libs:clean: for f in ${BIN_DIRS}; do \ $(MAKE) -C $$f $@;\ doneclean_dep: cleancleanall: cleantidy: cleandistclean: clean
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -