From d2cbd7b2dca8b981f886c490d0aed205f0530c31 Mon Sep 17 00:00:00 2001 From: Benjamin Morrison Date: Sun, 12 Jul 2020 02:44:49 -0400 Subject: removed unnecessary 'update' target from Makefile --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index 9cf7895..d76ac3a 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,6 @@ clean: go clean @printf "\n%s\n" "...Done!" -.PHONY: update -update: - @printf "\n%s\n\n" "Updating from upstream repository..." - git pull --rebase origin master - @printf "\n%s\n" "...Done!" - .PHONY: install install: @printf "\n%s\n" "Installing getwtxt..." -- cgit 1.4.1-2-gfad0