User forums > Using Code::Blocks

How makefile

<< < (2/2)

Дмитро:
But again

Checking if target is up-to-date: mingw32-make.exe -q -f Makefile Debug
Running command: mingw32-make.exe -f Makefile Debug
mingw32-make.exe: *** No rule to make target 'Debug'.  Stop.

jordi:
There are two possibilities:
You don't have the target Debug in your makefile
Debug: .....
Or it is not declared in the .PHONY whether Debug is not a file
.PHONY: Debug ....

Navigation

[0] Message Index

[*] Previous page

Go to full version