jimporter / bfg9000

bfg9000 - build file generator
https://jimporter.github.io/bfg9000
BSD 3-Clause "New" or "Revised" License
76 stars 21 forks source link

Uninstall target for GNU make #113

Closed Ipsum closed 5 years ago

Ipsum commented 5 years ago

The generated install target works great, it would be really nice if an uninstall target was also generated. The install fails if a prior install was already done (which is fine), but an uninstall target would make development iteration easier.

jimporter commented 5 years ago

This should be covered under #81, which is part of v0.3. Also, you should be able to run make install repeatedly to overwrite the old install. Is there anything else peculiar to your setup that might be affecting this?

jimporter commented 5 years ago

Resolving this per the comment above; if it's not working on master (though it should be working on v0.3 too), feel free to comment and I can look into it further.