Create build/ directory
This commit is contained in:
parent
66eee8ba95
commit
382346cdf7
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -10,3 +10,4 @@ nmrpflash.layout
|
||||||
nmrpflash*.zip
|
nmrpflash*.zip
|
||||||
Npcap/
|
Npcap/
|
||||||
Obj/
|
Obj/
|
||||||
|
build/
|
||||||
|
|
|
||||||
1
Makefile
1
Makefile
|
|
@ -90,6 +90,7 @@ release/macos:
|
||||||
linuxdeploy: build/$(LINUXDEPLOY)
|
linuxdeploy: build/$(LINUXDEPLOY)
|
||||||
|
|
||||||
build/$(LINUXDEPLOY):
|
build/$(LINUXDEPLOY):
|
||||||
|
mkdir -p build
|
||||||
wget -O $@ https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/$(shell basename $@)
|
wget -O $@ https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/$(shell basename $@)
|
||||||
chmod +x $@
|
chmod +x $@
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue