Fix "make install"
This commit is contained in:
parent
62c86fc2d2
commit
c80c9e1456
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -49,7 +49,8 @@ clean:
|
|||
rm -f $(nmrpflash_OBJ) nmrpflash nmrpflash.exe fuzz_nmrp fuzz_tftp
|
||||
|
||||
install: nmrpflash
|
||||
install -m 755 nmrpflash $(PREFIX)/bin/nmrpflash
|
||||
install -d $(PREFIX)/bin
|
||||
install -m 755 nmrpflash $(PREFIX)/bin/
|
||||
|
||||
release/macos:
|
||||
CFLAGS="-isysroot $(SYSROOT) -target arm64-apple-macos11" SUFFIX=".arm64" make release
|
||||
|
|
Loading…
Add table
Reference in a new issue