diff options
author | Benjamin Morrison <ben@gbmor.dev> | 2020-07-12 02:44:49 -0400 |
---|---|---|
committer | Benjamin Morrison <ben@gbmor.dev> | 2020-07-12 02:44:49 -0400 |
commit | d2cbd7b2dca8b981f886c490d0aed205f0530c31 (patch) | |
tree | e6dc57e13422ce4591401d6b3342890cc0e7fc68 | |
parent | cccfa2d9f403e1bbb438e51a56aecc54c020e938 (diff) | |
download | getwtxt-d2cbd7b2dca8b981f886c490d0aed205f0530c31.tar.gz |
removed unnecessary 'update' target from Makefile
-rw-r--r-- | Makefile | 6 |
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..." |