Merge pull request #93 from WeilunFong/master

Add uninstall phony target for Makefile
This commit is contained in:
Daniel Beer 2020-04-02 10:27:59 +13:00 committed by GitHub
commit 493f38bb85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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=\