Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Makefile's install depends on all
Re: Makefile's install depends on all [message #44507 is a reply to message #44506] |
Thu, 19 March 2015 08:48   |
|
bonami wrote on Thu, 19 March 2015 07:56It is a strange makefile.
Then why are you using it? You can write better one
bonami wrote on Thu, 19 March 2015 07:56Isn'
I added your suggestion as dependency and changed it as the following. It is better.
all: ${program_name}
${program_name}: ${code_files}
@echo building...; \
t there a universal Makefile for umk?
There is a universal makefile for U++ that doesn't need umk at all Search the forum. I am using it to build U++ packages.
Honza
|
|
|
Goto Forum:
Current Time: Wed May 14 12:10:50 CEST 2025
Total time taken to generate the page: 0.04559 seconds
|