Re: question on Makefile first flavor assignment

2023-09-14 Thread Bahman Movaqar
I wrote a short post on the topic on my website earlier today which you may find useful:  https://www.bahmanm.com/2023/09/variables-in-gnu-make-simple-and.html Oh don't forget to check out the resources at the end of the post 🙂 I'd be happy to try to answer your questions. On Thu, 2023-09-14 a

Re: question on Makefile first flavor assignment

2023-09-14 Thread Bahman Movaqar
I believe a Makefile is worth a thousand words! Try out the attached Makefile by simply running `make'. I hope it clearly demonstrates why extra care should be taken when using recursive variables. Let me know if you need more clarification. -- Bahman On Wed, 2023-09-13 at 16:48 -0700, Tom