Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
foo、 like a/foo.h、またはを含む任意のファイルに一致するルールを作成するにはどうすればよいfoo.cですか? ダブル%サインは機能しません。
foo
a/foo.h
foo.c
%
FOOS := $(shell find . -name "*foo*") $(FOOS): @echo do something with $@