Create build/ directory

This commit is contained in:
Joseph C. Lehner 2023-09-09 14:51:29 +02:00
parent 66eee8ba95
commit 382346cdf7
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

@ -10,3 +10,4 @@ nmrpflash.layout
nmrpflash*.zip nmrpflash*.zip
Npcap/ Npcap/
Obj/ Obj/
build/

View file

@ -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 $@