From 254e1e9573821928afc30f2a5cdfc41fe37ce1f1 Mon Sep 17 00:00:00 2001 From: prifak <33462815+prifak@users.noreply.github.com> Date: Wed, 11 Jun 2025 15:26:02 +0200 Subject: [PATCH] Update Makefile Changed install directory from /usr/local/bin to just /usr/bin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 66c4e36..5fe9a5f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OUT = $(BIN_DIR)/annepro2_flasher_c SRCS = $(wildcard $(SRC_DIR)/*.c) OBJS = $(patsubst $(SRC_DIR)/%.c,$(BUILD_DIR)/%.o,$(SRCS)) -PREFIX ?= /usr/local +PREFIX ?= /usr BINDIR = $(PREFIX)/bin all: $(BIN_DIR) $(BUILD_DIR) $(OUT)