How to write loop in a Makefile?

后端 未结 12 2253
天命终不由人
天命终不由人 2020-11-27 09:38

I want to execute the following commands:

./a.out 1
./a.out 2
./a.out 3
./a.out 4
.
.
. and so on

How to write this thing as a loop in a

12条回答
提交回复
热议问题