rogersce / cnpy

library to read/write .npy and .npz files in C/C++
MIT License
1.34k stars 301 forks source link

[Feature Request] make uninstall target #51

Closed acxz closed 4 years ago

acxz commented 5 years ago

It would be great to have an uninstall target along with the install target for make. Users would be able to uninstall the installed cnpy files easily, instead of manually deleting them.

acxz commented 4 years ago

Closing this issue as this repo development is stale. I recommend others who come across this to instead use the actively maintained fork of cnpy, NpyCpp