Update Makefile
This commit is contained in:
parent
c80c9e1456
commit
6548a08509
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -50,7 +50,10 @@ clean:
|
||||||
|
|
||||||
install: nmrpflash
|
install: nmrpflash
|
||||||
install -d $(PREFIX)/bin
|
install -d $(PREFIX)/bin
|
||||||
install -m 755 nmrpflash $(PREFIX)/bin/
|
install -s -m 755 nmrpflash $(PREFIX)/bin/
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -f $(PREFIX)/bin/nmrpflash
|
||||||
|
|
||||||
release/macos:
|
release/macos:
|
||||||
CFLAGS="-isysroot $(SYSROOT) -target arm64-apple-macos11" SUFFIX=".arm64" make release
|
CFLAGS="-isysroot $(SYSROOT) -target arm64-apple-macos11" SUFFIX=".arm64" make release
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue