Uninstalling custom made modules

Hi all,I have created and installed a module gr-howto using gr_modtool.
Since I had created it on a trial basis. How can I remove it.I used sudo
make uninstall in the build subdirectory of the module it uninstalled
various files and at the end it showedBuilt target uninstallWhen I check
gr-howto folder, using ls command it shows :[abc@GRB gr-howto]$ lsapps
build cmake CMakeLists.txt docs grc include lib python swig
Which command should I use to remove these folders
Regards
Begh

Hi,

Run the following command to remove them:

rm -r apps build cmake CMakeLists.txt docs grc include lib python swig

Mike
M0MIK