diff --git a/Makefile b/Makefile index 2f4d9ac..b8c5b37 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,10 @@ all: check: echo ${WIT_USER} +go: + wget https://go.dev/dl/go1.19.linux-amd64.tar.gz + mv go1.19.linux-amd64.tar.gz /usr/local/ + git: git clone https://git.wit.org/wit/bash.git ~/.config/wit/ git config pull.rebase false