大家好.我想知道,如果我想让两个目标在我的makefile中做同样的事情而不重复,我该怎么做呢?
例如:
Cat: $(CC) -o a.out Feline: $(CC) -o a.out
谢谢!
makefile
makefile ×1