summaryrefslogtreecommitdiffstats
path: root/laptop/Makefile
blob: a16e3bc5403a3c8519474d4753928b6966912197 (plain) (blame)
1
2
3
4
5
6
7
8
9
include ../Makefile.include

install:
	@systemctl --user enable watch-kbd
	@systemctl --user start watch-kbd

uninstall:
	@systemctl --user stop watch-kbd
	@systemctl --user disable watch-kbd