Skip to content

Commit

Permalink
v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kohnish committed Jun 17, 2023
1 parent 993d744 commit d9e07e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ online-build:

linux-download:
mkdir -p bin
curl -L https://github.com/kohnish/vim9-nox11/releases/download/v0.1/vim9-nox11-linux-x86-64 -o bin/vim9-nox11
curl -L https://github.com/kohnish/vim9-nox11/releases/download/v0.3/vim9-nox11-linux-x86-64 -o bin/vim9-nox11
chmod +x bin/vim9-nox11

win-download:
mkdir -p bin
curl -L https://github.com/kohnish/vim9-nox11/releases/download/v0.1/vim9-nox11-win-x86-64 -o bin/vim9-nox11.exe
curl -L https://github.com/kohnish/vim9-nox11/releases/download/v0.3/vim9-nox11-win-x86-64 -o bin/vim9-nox11.exe
chmod +x bin/vim9-nox11.exe

clean:
Expand Down

0 comments on commit d9e07e5

Please sign in to comment.