在makefile中,我可以从另一个规则调用规则吗?
相近:
rule1: echo "bye" rule2: date rule3: @echo "hello" rule1
makefile
makefile ×1