A
alternative451
I,
I have a litlle problem with a complex makefile and i was looking for
a solution
i want get a variable from terminal to makefile.
make file:
IFDEF VAR_NAME
~~
~~
~~
ENDIF
prompt
BUT make never receive the variable.
tanks to your help sorry for my english
I have a litlle problem with a complex makefile and i was looking for
a solution
i want get a variable from terminal to makefile.
make file:
IFDEF VAR_NAME
~~
~~
~~
ENDIF
prompt
make compile VAR_NAME = ....
BUT make never receive the variable.
tanks to your help sorry for my english