Hi, I want to create multiple executables corresponding to their .c files in one target rule. For example, I have prog1.c and pro2.c, how do I create the executables prog1 and prog2 from just one target?
By target I mean something like this
test: dependencies
[tab] command rules
Thanks in advance!