From ed9a20cbe3f1c8a8d58a46d1d0f6a7017bda764d Mon Sep 17 00:00:00 2001 From: celso Date: Tue, 22 Nov 2022 16:53:34 -0300 Subject: [PATCH] modified Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2d0354e..7b81d36 100644 --- a/Makefile +++ b/Makefile @@ -12,10 +12,10 @@ $(BIN): debug: $(CC) $(CFLAGS) -g $(SRC)/$(BIN).c -o $(BINDIR)/$(BIN) -install: +install: $(BIN) cp $(BINDIR)/$(BIN) /usr/bin/$(BIN) -install-openrc: +install-openrc: $(BIN) install cp init.d/$(BIN) /etc/init.d/$(BIN) cp conf.d/$(BIN) /etc/conf.d/$(BIN) rc-update add homemade_speedstep