Uninstall darknet on jetson nano

hello
i installed darknet to test yolov3 and now i want to delete darknet to free space from my jetson nano
i deleted the darknet file but how can i completely delete darknet? undo make command.
thanks.

Hi,

The make command only generate library and executable within the folder.
You can delete the whole darknet folder to release the space.

Thanks.