modified Makefile

This commit is contained in:
celso 2022-11-22 16:53:34 -03:00
parent 5135fd7895
commit ed9a20cbe3
1 changed files with 2 additions and 2 deletions

View File

@ -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