mirror of
https://github.com/mappu/miqt.git
synced 2025-01-20 21:50:38 +00:00
create go build directory
This commit is contained in:
parent
da9349971c
commit
0474d3f8b2
1
Makefile
1
Makefile
@ -11,6 +11,7 @@ clean:
|
||||
rm -f $(BUILDSTAMPS)
|
||||
|
||||
genbindings: $(BUILDSTAMPS)
|
||||
mkdir -p ~/.cache/go-build
|
||||
docker run --user $$(id -u):$$(id -g) -v ~/.cache/go-build:/.cache/go-build -v $$PWD:/src -w /src miqt/genbindings:latest /bin/bash -c 'cd cmd/genbindings && go build && ./genbindings'
|
||||
|
||||
.PHONY : all clean genbindings
|
||||
|
Loading…
x
Reference in New Issue
Block a user