mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
Make sure /Users/zachary/gocode/bin exists before putting binary there
This commit is contained in:
parent
095e6993a8
commit
1c5c741e87
2
Makefile
2
Makefile
@ -17,6 +17,7 @@ build-quick:
|
|||||||
|
|
||||||
# Same as 'build' but installs to $GOPATH/bin afterward
|
# Same as 'build' but installs to $GOPATH/bin afterward
|
||||||
install: build
|
install: build
|
||||||
|
mkdir -p $(GOPATH)/bin
|
||||||
mv micro $(GOPATH)/bin
|
mv micro $(GOPATH)/bin
|
||||||
|
|
||||||
# Same as 'build-all' but installs to $GOPATH/bin afterward
|
# Same as 'build-all' but installs to $GOPATH/bin afterward
|
||||||
@ -24,6 +25,7 @@ install-all: runtime install
|
|||||||
|
|
||||||
# Same as 'build-quick' but installs to $GOPATH/bin afterward
|
# Same as 'build-quick' but installs to $GOPATH/bin afterward
|
||||||
install-quick: build-quick
|
install-quick: build-quick
|
||||||
|
mkdir -p $(GOPATH)/bin
|
||||||
mv micro $(GOPATH)/bin
|
mv micro $(GOPATH)/bin
|
||||||
|
|
||||||
# Updates tcell
|
# Updates tcell
|
||||||
|
Loading…
Reference in New Issue
Block a user