about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 0 insertions, 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..."