summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/libc/Makefile')
-rw-r--r--vendor/modernc.org/libc/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/vendor/modernc.org/libc/Makefile b/vendor/modernc.org/libc/Makefile
index a2ff9dacb..59936c0d4 100644
--- a/vendor/modernc.org/libc/Makefile
+++ b/vendor/modernc.org/libc/Makefile
@@ -32,13 +32,12 @@ download:
@if [ ! -f $(TAR) ]; then wget $(URL) ; fi
edit:
- @if [ -f "Session.vim" ]; then novim -S & else novim -p Makefile go.mod builder.json & fi
+ @if [ -f "Session.vim" ]; then gvim -S & else gvim -p Makefile go.mod builder.json & fi
editor:
gofmt -l -s -w *.go
go test -c -o /dev/null
- go install -v
- go build -o /dev/null generator*.go
+ go build -o /dev/null -v generator*.go
generate: download
mkdir -p $(DIR) || true