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.
/PentestGPT$ make config
make: *** No rule to make target 'config'. Stop.While checking there is no configuration for config in the Makefile with command
grep "^config:" MakefileIs this any bug or method has changed to configure and installation process?
Source: GreyDGL/PentestGPT