make: *** No rule to make target 'config'.

Author: kazimdshafiullahCreated Aug 3, 2026Updated Sep 9, 2026

In the instructions 2nd option is make config. And it is showing error.

bash
/PentestGPT$ make config
make: *** No rule to make target 'config'.  Stop.

While checking there is no configuration for config in the Makefile with command

bash
grep "^config:" Makefile

Is this any bug or method has changed to configure and installation process?