"make[1]: Nothing to be done for 'all'." on CodeLite 13 from official CodeLite Debian Buster Repository [Solved]
Posted: Fri Feb 28, 2020 10:52 pm
Hello, before I was able to build my project without problems a few times (checked the output directory and ran the binary without problems)
Now, even after deleting the Debug directory, making changes to project files and saving them again, I've the following problem:
Now, even after deleting the Debug directory, making changes to project files and saving them again, I've the following problem:
Code: Select all
/bin/sh -c '/usr/bin/make -j4 -e -f Makefile'
----------Building project:[ MedCen_Plus - Debug ]----------
make[1]: Entering directory '/home/user/CProjects/Workspace/MedCen_Plus'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/user/CProjects/Workspace/MedCen_Plus'
====0 errors, 0 warnings====