Skip to content

Commit

Permalink
Added uninstall rule for GNU make
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirk Roerig authored and gibsson committed Nov 14, 2017
1 parent 7e77787 commit 138c0b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ install: imx_usb imx_uart
install -m755 imx_usb '$(DESTDIR)$(bindir)/imx_usb'
install -m755 imx_uart '$(DESTDIR)$(bindir)/imx_uart'

uninstall:
rm -rf '$(DESTDIR)$(sysconfdir)/imx-loader.d/'
rm -rf '$(DESTDIR)$(bindir)/imx_usb'
rm -rf '$(DESTDIR)$(bindir)/imx_uart'

clean:
rm -f imx_usb imx_uart imx_usb.o imx_uart.o imx_sdp.o

Expand Down

0 comments on commit 138c0b2

Please sign in to comment.