From b734f7c0cd4fd504cb310f70bcafc825bd588eb8 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 31 May 2022 09:21:58 -0700 Subject: ref(Makefile): drop go setup Change-Id: I55a95b3d358f79ba8f34a9ffecb97d0fbc347272 Reviewed-on: https://cl.fcuny.net/c/emacs.d/+/202 Reviewed-by: Franck Cuny --- Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Makefile b/Makefile index d23d065..b6b596c 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,8 @@ XDG_CONFIG=$(HOME)/.config/ LN = @ln -sf -.PHONY: go -go: - @go install golang.org/x/tools/gopls@latest - @go install honnef.co/go/tools/cmd/staticcheck@latest - @go install github.com/go-delve/delve/cmd/dlv@latest - .PHONY: emacs -emacs: go +emacs: $(LN) $(PWD)/emacs $(XDG_CONFIG) $(LN) $(PWD)/aspell.en.pws $(HOME)/.aspell.en.pws -- cgit 1.4.1