Hi, I am using gnu make 3.79.1. I have a question regarding make. My question is that I want to define a symbol on command line. How to do with make? For example if I want to define MYOBJECT symbol, how to write? I even tried with prompt> make -D MYOBJECT test.c didn't work.
regards /Mohammad