makefile

来自「wdog的示例文件」· 代码 · 共 23 行

TXT
23
字号
# list of platforms which did not want this test caseEXCLUDE_LIST:= ifeq (,$(findstring $(PLATFORM), $(EXCLUDE_LIST)))OBJS = \	$(OBJDIR)/wdog_test.out \	$(OBJDIR)/wdt_driver_test.outelseOBJS = endifall : $(OBJS).PHONY: cleanclean :	rm -f $(OBJS)## include the Rules#include ../make.rules

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?