Update Makefile

This commit is contained in:
Joseph C. Lehner 2022-07-20 17:17:45 +02:00
parent c80c9e1456
commit 6548a08509

View file

@ -50,7 +50,10 @@ clean:
install: nmrpflash
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:
CFLAGS="-isysroot $(SYSROOT) -target arm64-apple-macos11" SUFFIX=".arm64" make release