From 4241f294a4c8ad9518020294b68f32bfd53415e0 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 24 Jul 2017 21:26:20 -0400 Subject: [PATCH] Removed tide-fetch.rb from Makefile --- Makefile | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.49.0