From 6548a08509a83dc0bd2ee16acf134e1fe2969785 Mon Sep 17 00:00:00 2001 From: "Joseph C. Lehner" Date: Wed, 20 Jul 2022 17:17:45 +0200 Subject: [PATCH] Update Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5f43ca1..a5a6582 100644 --- a/Makefile +++ b/Makefile @@ -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