.makefile.targets
来自「UAV 自动驾驶的」· TARGETS 代码 · 共 8 行
TARGETS
8 行
$(BINDIR)/flyer: $(call deps,flyer)$(BINDIR)/gps-flyer: $(call deps,gps-flyer)$(BINDIR)/ahrs: $(call deps,ahrs)$(BINDIR)/gpsins: $(call deps,gpsins)$(BINDIR)/test-2d: $(call deps,test-2d)$(BINDIR)/test-gps: $(call deps,test-gps)$(LIBDIR)/libimu-filter.a: $(call src2obj,libimu-filter)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?