From: Michael D. Lowis Date: Tue, 25 Jul 2017 01:26:20 +0000 (-0400) Subject: Removed tide-fetch.rb from Makefile X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=4241f294a4c8ad9518020294b68f32bfd53415e0;p=projs%2Ftide.git Removed tide-fetch.rb from Makefile --- diff --git a/Makefile b/Makefile index e48d882..48c7681 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,6 @@ install: all cp -f tfetch $(PREFIX)/bin cp -f tide $(PREFIX)/bin cp -f tide-hl.rb $(PREFIX)/bin - cp -f tide-fetch.rb $(PREFIX)/bin cp -f pick $(PREFIX)/bin cp -f xcpd $(PREFIX)/bin cp -f pickfile $(PREFIX)/bin @@ -54,7 +53,6 @@ uninstall: rm -f $(PREFIX)/bin/tfetch rm -f $(PREFIX)/bin/tide rm -f $(PREFIX)/bin/tide-hl.rb - rm -f $(PREFIX)/bin/tide-fetch.rb rm -f $(PREFIX)/bin/pick rm -f $(PREFIX)/bin/xcpd rm -f $(PREFIX)/bin/pickfile