2023-01-01 01:51 AM
I imported a project into the project treeview (by Import) and trying to build the project results in:
```
10:35:43 **** Incremental Build of configuration Default for project pedscan ****
make all
make: *** No rule to make target `all'. Stop.
"make all" terminated with exit code 2. Build might be incomplete.
10:35:43 Build Failed. 1 errors, 0 warnings. (took 128ms)
```
How can I figure out what's going wrong? There is a makefile in the Debug directory.
When I start "make all" in that Debug directory in a terminal, make all works fine. Looks like the target isn't configured correctly?