config/i3/redshift.mk

12 lines
177 B
Makefile
Raw Normal View History

2019-11-20 23:17:04 +01:00
PACKAGE=redshift
BIN=/usr/bin/redshift
ROOT_APT=sudo aptitude
install_redshift: $(BIN)
$(BIN):
$(ROOT_APT) install $(PACKAGE)
clean_redshift:
$(ROOT_APT) remove $(PACKAGE)