Merge pull request #93 from WeilunFong/master
Add uninstall phony target for Makefile
This commit is contained in:
commit
493f38bb85
4
Makefile
4
Makefile
|
@ -140,6 +140,10 @@ install: $(BINARY) mspdebug.man
|
|||
$(INSTALL) -m 0644 ti_3410.fw.ihex \
|
||||
$(DESTDIR)$(LIBDIR)/mspdebug/ti_3410.fw.ihex
|
||||
|
||||
uninstall:
|
||||
$(RM) $(DESTDIR)$(BINDIR)$(BINARY) $(DESTDIR)$(MANDIR)/mspdebug.1\
|
||||
$(DESTDIR)$(LIBDIR)/mspdebug/ti_3410.fw.ihex
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
|
||||
OBJ=\
|
||||
|
|
Loading…
Reference in New Issue