new tool
[hband-tools.git] / daemons / Makefile
blob65c9f473eb01ca2b9c0a0b62f84f5c9e46ae5928
2 default:
3 false
5 install-tablet-rotation-watcher: /etc/daemons/tablet-rotation-watcher
6 TODO
7 .PHONY: install-tablet-rotation-watcher
9 /etc/daemons/tablet-rotation-watcher: tablet-rotation-watcher
10 install --compare $< $@
12 uninstall-tablet-rotation-watcher:
13 [ -e /etc/daemons/tablet-rotation-watcher ] || rm /etc/daemons/tablet-rotation-watcher
14 .PHONY: uninstall-tablet-rotation-watcher