Fix "make install"

This commit is contained in:
Joseph C. Lehner 2022-07-20 17:13:03 +02:00
parent 62c86fc2d2
commit c80c9e1456

View file

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