Makefile %

xiaoxiao2021-02-28  51

code

subdirs = dist-aa.c dist = $(subdirs:%=dist-%) dist1 = $(subdirs:dist-%=%) all: $(warning $(dist)) $(warning $(dist1)) .PHONY: all ~ ~

Result:

%

通配符

转载请注明原文地址: https://www.6miu.com/read-54465.html

最新回复(0)