summaryrefslogtreecommitdiff
path: root/Makefile
blob: 5806a91b3029e91f9efd513d8219ce54ad187aee (plain)
1
2
3
4
5
6
install:
	install -m 744 ledctl.py /usr/bin/ledctl
	install -m 644 systemd/led-boot.service /etc/systemd/system/led-boot.service
	install -m 644 systemd/led-ready.service /etc/systemd/system/led-ready.service
	install -m 644 systemd/led-reboot.service /etc/systemd/system/led-reboot.service
	install -m 644 systemd/led-shutdown.service /etc/systemd/system/led-shutdown.service