diff --git a/Makefile b/Makefile index 787c0430..6619e151 100644 --- a/Makefile +++ b/Makefile @@ -43,8 +43,5 @@ release: format_code git commit -m "Update to $(VERSION)" git tag $(VERSION) -install-binary: - ./scripts/install.sh - archive: build ./scripts/archive.sh