summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 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