From 9e265caf7c8c88887d253d616ce7578cd488b729 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 27 Jan 2018 01:00:01 +0000 Subject: [PATCH] Remove make targets omnifmt.el The repo has been removed from GitHub, so there's nowhere to download or update it from anymore. --- Makefile | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index 182b929..a772477 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,12 @@ backup-elpa: .PHONY: vendor vendor: \ vendor/escreen.el \ - vendor/linum+.el \ - vendor/omnifmt.el + vendor/linum+.el .PHONY: update_vendor update_vendor: \ update_vendor/escreen.el \ - update_vendor/linum+.el \ - update_vendor/omnifmt.el + update_vendor/linum+.el vendor/escreen.el: @@ -49,17 +47,4 @@ remove_vendor/linum+.el: update_vendor/linum+.el: remove_vendor/linum+.el vendor/linum+.el -vendor/omnifmt.el: - echo "fetching vendor/omnifmt.el..." && \ - curl -s -L -o vendor/omnifmt.el \ - https://raw.githubusercontent.com/omnitools/omnifmt-emacs/master/omnifmt.el -.PHONY: remove_vendor/omnifmt.el -remove_vendor/omnifmt.el: - ( \ - test -f "vendor/omnifmt.el" && rm "vendor/omnifmt.el" && \ - echo "removed vendor/omnifmt.el" \ - ) || exit 0 - -.PHONY: update_vendor/omnifmt.el -update_vendor/omnifmt.el: remove_vendor/omnifmt.el vendor/omnifmt.el