main shinobi / tests / mk / gnu / features / dircache / t002 / mk
1
2_orig := $(wildcard ./*)
3$(file >anewfile)
4_new := $(wildcard ./*)
5$(info diff=$(filter-out $(_orig),$(_new)))
6all:;@: