From accc2a79bc620526c18ebd64f912e660077a6388 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Wed, 12 Mar 2025 17:07:50 +0100 Subject: [PATCH] add install rule to Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 806663b..a4d2d4a 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,9 @@ $(OBJ_PATH)/%.o: $(SRC_PATH)/%.cpp $(CPPC) $(CPPC_FLAGS) -c $< -o $@ +install: + @install -vpm 755 -o root -g root $(BIN_PATH)/bakatui /usr/bin/ + clean: rm -fr build