Assign a makefile variable value to a bash command result?

前端 未结 3 1617
长发绾君心
长发绾君心 2020-12-02 15:32

I\'m trying to assign the output of this command ( that is in my makefile ) to the makefile HEADER var like in this following line of code:

HEADER = $(shell          


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