When i typed sudo make install PREFIX=/usr/local, the error shown below.
install -d /usr/local/lib
install build/libltfatf.a build/libltfatd.a build/libltfat.a build/libltfatf.so build/libltfatd.so build/libltfat.so /usr/local/lib
mkdir -p /usr/local/include
cp -r include/* /usr/local/include
cp: cannot stat 'include/*': No such file or directory
Makefile:241: recipe for target 'install' failed
When i typed
sudo make install PREFIX=/usr/local, the error shown below.