question for multiple targets

2018-08-13 Thread CObject
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

question for multiple targets

2018-08-14 Thread CObject
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