modified Makefile
This commit is contained in:
parent
5135fd7895
commit
ed9a20cbe3
4
Makefile
4
Makefile
|
@ -12,10 +12,10 @@ $(BIN):
|
||||||
debug:
|
debug:
|
||||||
$(CC) $(CFLAGS) -g $(SRC)/$(BIN).c -o $(BINDIR)/$(BIN)
|
$(CC) $(CFLAGS) -g $(SRC)/$(BIN).c -o $(BINDIR)/$(BIN)
|
||||||
|
|
||||||
install:
|
install: $(BIN)
|
||||||
cp $(BINDIR)/$(BIN) /usr/bin/$(BIN)
|
cp $(BINDIR)/$(BIN) /usr/bin/$(BIN)
|
||||||
|
|
||||||
install-openrc:
|
install-openrc: $(BIN) install
|
||||||
cp init.d/$(BIN) /etc/init.d/$(BIN)
|
cp init.d/$(BIN) /etc/init.d/$(BIN)
|
||||||
cp conf.d/$(BIN) /etc/conf.d/$(BIN)
|
cp conf.d/$(BIN) /etc/conf.d/$(BIN)
|
||||||
rc-update add homemade_speedstep
|
rc-update add homemade_speedstep
|
||||||
|
|
Loading…
Reference in New Issue