dlbeer / mspdebug

Debugging tool for MSP430 MCUs
GNU General Public License v2.0
184 stars 80 forks source link

Add uninstall phony target for Makefile #93

Closed WeilunFong closed 4 years ago

WeilunFong commented 4 years ago

Makefile of portable software packages usually provide uninstall phony target for uninstall operations. It's very useful for users if they want to change install path or remove previous versions.

dlbeer commented 4 years ago

Good idea, thanks.