question for multiple targets
I want to use multiple targets, but when I run the following code, there is an error: ## Littleoutput bigoutput:text.g @echo $(subst output, $@) > $@ The result is that only the littleoutput file is generated, and my
Re: question for multiple targets
On Tue, Aug 14, 2018 at 7:04 PM CObject wrote: > I want to use multiple targets, but when I run the following code, there > is an error: > > ## > Littleoutput bigoutput:text.g > @echo $(subst output, $@) > $@ > > > The res