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
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