Is there a way to show all commands in a Makefile, besides opening it?

前端 未结 0 843
鱼传尺愫
鱼传尺愫 2021-01-13 23:03

Given a makefile like this:

clean:
  do stuff
build:
  do stuff
test:
  do stuff
install:
  do stuff

Is there a way to show all possible comm

相关标签:
回答
  • 消灭零回复
提交回复
热议问题