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