Added Makefile to install program.
This commit is contained in:
parent
4f5e2401ef
commit
bbdf3fb639
|
@ -0,0 +1,12 @@
|
|||
all:
|
||||
@echo "Call \"make install\" to install this program."
|
||||
@echo "Call \"make hotplug\" to install matching hotplug events."
|
||||
|
||||
INSTALL_PATH=/usr/local/bin
|
||||
install:
|
||||
install auto-disper ${INSTALL_PATH}
|
||||
install -m 755 autorandr ${INSTALL_PATH}
|
||||
install -m 644 bash_completion/autorandr /etc/bash_completion.d/
|
||||
|
||||
hotplug:
|
||||
install -m 755 pm-utils/40autorandr /etc/pm/power.d/
|
Loading…
Reference in New Issue